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: readlink and symlink prototypes [PATCH]


2005/11/3, Jeff Johnston <jjohnstn@redhat.com>:
> After thinking about it I realized that my logic above is wrong.  The
> current sys/unistd.h header file has lots of non-generic-newlib
> prototypes already.  Moving these prototypes plus others outside of the
> checks will ultimately make the header file cleaner.
>
> Patch checked in.
>
> -- Jeff J.

Thanks, Jeff! I'll start trickling in similar patches to remove the
#if defined(__CYGWIN__) || defined(__rtems__) armour from POSIX and
SUSv3 functions. I'd like to do something similar for BSD and X/Open
functions as well, but they should probably be armoured somehow. I'll
ponder it when I get there.

Cheers,
Shaun


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