This is the mail archive of the glibc-bugs@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]

[Bug libc/252] hsearch_data is not usable with sizeof() as


------- Additional Comments From benedict at starbak dot net  2005-03-10 17:11 -------
I have a guess as to Damien's problem... if you do something like

#include <features.h>
#define _GNU_SOURCE
#include <search.h>

you will get the behavior he is seeing.  This is also true if some file is
included that includes features.h being preprocessed before _GNU_SOURCE is
defined.  Always make sure to define variables like this before including any files.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=252

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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