about summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-31 19:29:52 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-31 19:29:52 +0000
commit1c5d461740065effc3c0a1d84fd88842a608b7f7 (patch)
tree203cc479b5a5542db358718b02c6a1c9cdd6e371 /linuxthreads
parent5116f3d8dc82104c196b1bab9d6b98cef485e3c6 (diff)
downloadglibc-1c5d461740065effc3c0a1d84fd88842a608b7f7.tar.gz
glibc-1c5d461740065effc3c0a1d84fd88842a608b7f7.tar.xz
glibc-1c5d461740065effc3c0a1d84fd88842a608b7f7.zip
Update.
	* sysdeps/posix/sysconf.c: Remove _POSIX2_EQUIV_CLASS_MAX
	handling.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 47ba65529d..37be0e829f 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,16 @@
+1999-12-31  Andreas Jaeger  <aj@suse.de>
+
+	* internals.h: Remove duplicate prototype declarations.
+
+	* weaks.c: Remove __THROW from prototypes since the file is not
+	compiled by a C++ compiler.
+	* internals.h: Likewise.
+
+1999-12-30  Andreas Jaeger  <aj@suse.de>
+
+	* sysdeps/pthread/pthread.h: Move internal functions to...
+	* sysdeps/pthread/bits/libc-lock.h: ...here.
+
 1999-12-29  Andreas Jaeger  <aj@suse.de>
 
 	* sysdeps/pthread/pthread.h: Fix typos, reformat comments.