aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-15 23:44:08 +0000
committerRoland McGrath <roland@gnu.org>2003-03-15 23:44:08 +0000
commit7eecc0c21a4ee25034fb6a0f81ca438668244361 (patch)
treecb2318e7cd13d38016c12bb756099703491d178d /ChangeLog
parent45e4762c2c7d04cd51213735c2b440c94cdcf28a (diff)
downloadglibc-7eecc0c21a4ee25034fb6a0f81ca438668244361.tar
glibc-7eecc0c21a4ee25034fb6a0f81ca438668244361.tar.gz
glibc-7eecc0c21a4ee25034fb6a0f81ca438668244361.tar.bz2
glibc-7eecc0c21a4ee25034fb6a0f81ca438668244361.zip
* sysdeps/unix/sysv/linux/i386/system.c: Moved to ...
* sysdeps/unix/sysv/linux/system.c: ... here. (FORK): Don't #define if already #define'd. * sysdeps/unix/sysv/linux/s390/system.c: File removed. * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]: (__ASSUME_CLONE_THREAD_FLAGS): Define for kernel >= 2.5.64.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a387e8f8eb..7a2df2f514 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2003-03-15 Roland McGrath <roland@redhat.com>
+ * sysdeps/unix/sysv/linux/i386/system.c: Moved to ...
+ * sysdeps/unix/sysv/linux/system.c: ... here.
+ (FORK): Don't #define if already #define'd.
+ * sysdeps/unix/sysv/linux/s390/system.c: File removed.
+ * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]:
+ (__ASSUME_CLONE_THREAD_FLAGS): Define for kernel >= 2.5.64.
+
* dlfcn/tst-dlinfo.c: New file.
* dlfcn/Makefile (tests): Add tst-dlinfo.
($(objpfx)tst-dlinfo): New target.