This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc 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: nonnull markings in sys/cdefs.h causes trouble with gcc-3.3 ?


> on the other hand, why isnt it ok to define a local function even if it 
> happens to use the same name as the glibc ?  since the function is only used 
> locally, the external libc version wouldnt be called, and people can do what 
> they want ...

Like I said, don't request the libc function to be declared.  You can do
what you want with names not in the libc name space you are compiling against.
If you want strcasestr to yourself, don't use _GNU_SOURCE.


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