diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-12-07 18:46:53 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-12-07 18:46:53 +0000 |
commit | 99343c05798b1b2c743b6d6b923b01a5fe32a8bd (patch) | |
tree | f650e8d231611129baf55f378c828f7e8851eb1f | |
parent | 739ca6906afb26bcf3c01cdf47e8cca0bbeca635 (diff) | |
download | glibc-99343c05798b1b2c743b6d6b923b01a5fe32a8bd.tar glibc-99343c05798b1b2c743b6d6b923b01a5fe32a8bd.tar.gz glibc-99343c05798b1b2c743b6d6b923b01a5fe32a8bd.tar.bz2 glibc-99343c05798b1b2c743b6d6b923b01a5fe32a8bd.zip |
Update.
2002-12-07 Ulrich Drepper <drepper@redhat.com>
* sysdeps/generic/libc-tls.c: Include <sys/param.h>.
Reported by Art Haas <ahaas@airmail.net>.
2002-12-07 Kenneth W. Chen <kenneth.w.chen@intel.com>.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | sysdeps/generic/libc-tls.c | 1 |
2 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,9 @@ -2002-12-07 Kenneth W. Chen <kenneth.w.chen@intel.com>. +2002-12-07 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/generic/libc-tls.c: Include <sys/param.h>. + Reported by Art Haas <ahaas@airmail.net>. + +2002-12-07 Kenneth W. Chen <kenneth.w.chen@intel.com>. * sysdeps/ia64/strncpy.S (strncpy): Clear ar.ec. Fix .recovery4. diff --git a/sysdeps/generic/libc-tls.c b/sysdeps/generic/libc-tls.c index 756a2bf57c..ea325ec183 100644 --- a/sysdeps/generic/libc-tls.c +++ b/sysdeps/generic/libc-tls.c @@ -21,6 +21,7 @@ #include <ldsodefs.h> #include <tls.h> #include <unistd.h> +#include <sys/param.h> #ifdef SHARED #error makefile bug, this file is for static only |