mirror of git://sourceware.org/git/glibc.git
parent
480a06dfde
commit
8aa8fc7fd0
|
|
@ -1,5 +1,7 @@
|
||||||
2000-06-08 Ulrich Drepper <drepper@redhat.com>
|
2000-06-08 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/i386/Dist: Add bp-asm.h.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Use
|
* sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Use
|
||||||
defaultdir variable instead of "/var/shm" everywhere.
|
defaultdir variable instead of "/var/shm" everywhere.
|
||||||
(defaultdir): Change to /dev/shm/.
|
(defaultdir): Change to /dev/shm/.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,8 @@
|
||||||
2000-06-08 Ulrich Drepper <drepper@redhat.com>
|
2000-06-08 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/pthread/timer_routines.c (__timer_thread_queue_timer):
|
||||||
|
Correct handling of matching variable.
|
||||||
|
|
||||||
* sysdeps/pthread/tst-timer.c (main): Rewrite initializers to
|
* sysdeps/pthread/tst-timer.c (main): Rewrite initializers to
|
||||||
avoid warnings.
|
avoid warnings.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
i386-mcount.S
|
i386-mcount.S
|
||||||
machine-gmon.h
|
machine-gmon.h
|
||||||
|
bp-asm.h
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue