about summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-06-09 06:42:46 +0000
committerUlrich Drepper <drepper@redhat.com>2000-06-09 06:42:46 +0000
commit480a06dfde03c34849c24198d65e493fa183ca78 (patch)
tree3c4e429ad5541026186c0a756dff22899ab520cb /linuxthreads
parent1acc0b55133983c3d6dd57f1eba77af491ecc350 (diff)
downloadglibc-480a06dfde03c34849c24198d65e493fa183ca78.tar.gz
glibc-480a06dfde03c34849c24198d65e493fa183ca78.tar.xz
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/ChangeLog3
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.