[uClibc 0002194]: fadvise64 has issues
bugs at busybox.net
bugs at busybox.net
Sat Feb 16 00:34:29 PST 2008
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=2194
======================================================================
Reported By: skinkie
Assigned To: uClibc
======================================================================
Project: uClibc
Issue ID: 2194
Category: Architecture Specific
Reproducibility: always
Severity: trivial
Priority: normal
Status: closed
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 02-15-2008 21:24 PST
Last Modified: 02-16-2008 00:34 PST
======================================================================
Summary: fadvise64 has issues
Description:
It seems that libc/sysdeps/linux/common/posix_fadvise64.c has some textual
glitches.
Firstly one may notice that advice in the function call is spelled
differently in the INTERNAL_SYSCALL. Of course this broks the compiler,
saying that the last is not present. Decide if advi(c|s)e is spelled with
a c or an s.
Next to this the number 6 seems to confuse the compiler also. I do not
understand the code, but if I decrease the value by one to 5, it will
compile.
======================================================================
----------------------------------------------------------------------
vapier - 02-16-08 00:34
----------------------------------------------------------------------
should be fixed now in svn
in the future, please describe your configuration ... what target,
toolchain, etc...
Issue History
Date Modified Username Field Change
======================================================================
02-15-08 21:24 skinkie New Issue
02-15-08 21:24 skinkie Status new => assigned
02-15-08 21:24 skinkie Assigned To => uClibc
02-16-08 00:34 vapier Note Added: 0004964
02-16-08 00:34 vapier Status assigned => closed
02-16-08 00:34 vapier Resolution open => fixed
======================================================================
More information about the uClibc-cvs
mailing list