[uClibc 0001413]: fseek() does not propagate back errno
bugs at busybox.net
bugs at busybox.net
Fri Jun 29 17:01:22 UTC 2007
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=1413
======================================================================
Reported By: kiltedknight
Assigned To: uClibc
======================================================================
Project: uClibc
Issue ID: 1413
Category: Standards Compliance
Reproducibility: always
Severity: major
Priority: normal
Status: assigned
======================================================================
Date Submitted: 06-29-2007 10:01 PDT
Last Modified: 06-29-2007 10:01 PDT
======================================================================
Summary: fseek() does not propagate back errno
Description:
Compile and run the attached C program linked against uClibc.
Both lseek() and fseek() return -1 as evidenced by the output coming from
perror(), but fseek() has errno = 0, while lseek() has errno = ESPIPE.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
06-29-07 10:01 kiltedknight New Issue
06-29-07 10:01 kiltedknight Status new => assigned
06-29-07 10:01 kiltedknight Assigned To => uClibc
06-29-07 10:01 kiltedknight File Added: seek_test.c
======================================================================
More information about the uClibc-cvs
mailing list