diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-08-27 20:23:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-08-27 20:23:17 +0000 |
commit | 577822c05ffeb7be0bad4ecfcb0f5ee394313e40 (patch) | |
tree | 69ff7bf1f40f2747c750171c927ba0ce503b16f4 /linuxthreads/ChangeLog | |
parent | 68b9e1ae08d8f6246fa65ee61ea6bb2e3da7d6ff (diff) | |
download | glibc-577822c05ffeb7be0bad4ecfcb0f5ee394313e40.zip glibc-577822c05ffeb7be0bad4ecfcb0f5ee394313e40.tar.gz glibc-577822c05ffeb7be0bad4ecfcb0f5ee394313e40.tar.bz2 |
Update.
2003-08-27 Ulrich Drepper <drepper@redhat.com>
* include/stdio.h: Add declarations for __builtin_fwrite and
__builtin_fwrite_unlocked.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 148bc73..df07ad1 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2003-08-27 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/pthread/pthread.h: Don't mark pthread_exit, + pthread_join, pthread_cond_wait, and pthread_cond_timedwait with + __THROW to match NPTL. + 2003-08-13 Ulrich Drepper <drepper@redhat.com> * sysdeps/pthread/Makefile [subdir=rt] (CPPFLAGS): Add |