This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: imacros


Mark Kettenis <kettenis@wins.uva.nl> writes:

|> Alternativey (if we want to keep the differences with the origional
|> Sun RPC sources as minimal as possible) we could also create
|> libc/include/getopt.h which does:
|> 
|> #include <features.h>
|> #include <posix/getopt.h>

I don't think that is the right thing to do.  This will only be effective
inside libc, but if a user program includes <getopt.h> as the first thing
this won't help.  The manual does not document any prerequisites for it.
I would vote for including <stdio.h> in getopt.h.

Andreas.

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