diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-09 06:45:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-09 06:45:09 +0000 |
commit | 8aa8fc7fd04778b9162648929a9805aba678502a (patch) | |
tree | c341205750dfb47c35e061d1d2a926c46b3a34f8 | |
parent | 480a06dfde03c34849c24198d65e493fa183ca78 (diff) | |
download | glibc-8aa8fc7fd04778b9162648929a9805aba678502a.tar.gz glibc-8aa8fc7fd04778b9162648929a9805aba678502a.tar.xz glibc-8aa8fc7fd04778b9162648929a9805aba678502a.zip |
Update.
* sysdeps/i386/Dist: Add bp-asm.h.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | linuxthreads/ChangeLog | 3 | ||||
-rw-r--r-- | sysdeps/i386/Dist | 1 |
3 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e05560fa58..d87e9221a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 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 defaultdir variable instead of "/var/shm" everywhere. (defaultdir): Change to /dev/shm/. diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index b0cb0ddc75..aa3a6f05d4 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,8 @@ 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 avoid warnings. diff --git a/sysdeps/i386/Dist b/sysdeps/i386/Dist index 50c07d120a..ac32a5b4d2 100644 --- a/sysdeps/i386/Dist +++ b/sysdeps/i386/Dist @@ -1,2 +1,3 @@ i386-mcount.S machine-gmon.h +bp-asm.h |