]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 7 Dec 2002 18:46:53 +0000 (18:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 7 Dec 2002 18:46:53 +0000 (18:46 +0000)
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>.

ChangeLog
sysdeps/generic/libc-tls.c

index 98b7c3a95d9d6f1920e7d9121e4af979baffc15d..ed984088803b250f6502c56ce7ea133fb4def94f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
 
index 756a2bf57cfe936bd9b1ba47a7d1e48c0b971fe7..ea325ec1834d8f3dea13ed0e7bac2b401d0f2e3e 100644 (file)
@@ -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
This page took 0.04387 seconds and 5 git commands to generate.