This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

Re: [PATCH] __fpurge(3)


On 05/18/2011 08:42 AM, Yaakov (Cygwin/X) wrote:
This patch implements __fpurge(3):

http://www.kernel.org/doc/man-pages/online/pages/man3/fpurge.3.html

As noted there, neither fpurge(3) nor __fpurge(3) are portable; the
former is BSD, the latter originally Solaris and now also in glibc,
making it an increasingly more common form.

Patch and new header attached.

Generally speaking, I am opposed to furtherly extending newlib with non-standardized functions like these.


I don't know what others (esp. Cygwin) think about such kind of extensions, but I'd like to see "not implemented" for RTEMS
(i.e. at minimum #ifndef __rtems__).


Ralf


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