This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Where has fdatasync gone?


In the 1.5.7 runtime, the prototype for fdatasync exists in
/usr/include/sys/unistd.h, but it is nowhere to be found in the actual
import library.

Is this a newlib or a cygwin bug?

Reproducint the bug:

$ grep fdatasync /usr/include/sys/unistd.h

$ nm /usr/lib/libc.a | grep 'T __fdatasync'



--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]