diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-09 06:42:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-09 06:42:46 +0000 |
commit | 480a06dfde03c34849c24198d65e493fa183ca78 (patch) | |
tree | 3c4e429ad5541026186c0a756dff22899ab520cb /linuxthreads | |
parent | 1acc0b55133983c3d6dd57f1eba77af491ecc350 (diff) | |
download | glibc-480a06dfde03c34849c24198d65e493fa183ca78.tar glibc-480a06dfde03c34849c24198d65e493fa183ca78.tar.gz glibc-480a06dfde03c34849c24198d65e493fa183ca78.tar.bz2 glibc-480a06dfde03c34849c24198d65e493fa183ca78.zip |
Update.
* sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Use
defaultdir variable instead of "/var/shm" everywhere.
(defaultdir): Change to /dev/shm/.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 8e19b89427..b0cb0ddc75 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,8 @@ 2000-06-08 Ulrich Drepper <drepper@redhat.com> + * sysdeps/pthread/tst-timer.c (main): Rewrite initializers to + avoid warnings. + * sysdeps/pthread/timer_routines.c (__timer_thread_queue_timer): Be prepared for empty timer list. |