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]

[PATCH] check kernel headers for thread library


Hello,

NPTL requires recent kernel versions to work properly.  Without
checking the headers stupid people like me might occasionally forget
the --with-headers flag and get silly errors like _exit not using
exit_group & then wondering why their threads don't exit.

suggested patch attached.

btw. why through this file does AC_EGREP_CPP use 'eat flaming death'
rather than something like 'yes'?

-i
ianw at gelato dot unsw dot edu dot au
http://www.gelato.unsw.edu.au

2003-03-14  Ian Wienand <ianw at gelato dot unsw dot edu dot au>
 
	* sysdeps/unix/sysv/linux/configure.in : add ability for
	threading library to check kernel version.
	Make NPTL require at least 2.5.52

Attachment: nptl-check.diff
Description: Text document


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