diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-11-15 22:11:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-11-15 22:11:41 +0000 |
commit | 4acda75c3da212931811a902e4658e0c681f83f2 (patch) | |
tree | 77c3520d5434c7e5724f8421c7ae78877860a90b | |
parent | f6b20a369edc673dda3cbf566d759d3a2e70037a (diff) | |
download | glibc-4acda75c3da212931811a902e4658e0c681f83f2.tar glibc-4acda75c3da212931811a902e4658e0c681f83f2.tar.gz glibc-4acda75c3da212931811a902e4658e0c681f83f2.tar.bz2 glibc-4acda75c3da212931811a902e4658e0c681f83f2.zip |
Update.
2001-11-15 Ulrich Drepper <drepper@redhat.com>
* sysdeps/i386/i686/Implies: Removed.
* sysdeps/i386/i686/Versions: New file.
-rw-r--r-- | linuxthreads/ChangeLog | 5 | ||||
-rw-r--r-- | linuxthreads/sysdeps/i386/i686/Implies | 1 | ||||
-rw-r--r-- | linuxthreads/sysdeps/i386/i686/Versions | 5 |
3 files changed, 10 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 2644051d41..2125fee401 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,8 @@ +2001-11-15 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/i386/i686/Implies: Removed. + * sysdeps/i386/i686/Versions: New file. + 2001-10-31 Andreas Jaeger <aj@suse.de> * sysdeps/x86_64/Makefile: Remove, we do not need it anymore. diff --git a/linuxthreads/sysdeps/i386/i686/Implies b/linuxthreads/sysdeps/i386/i686/Implies deleted file mode 100644 index 0df509e35f..0000000000 --- a/linuxthreads/sysdeps/i386/i686/Implies +++ /dev/null @@ -1 +0,0 @@ -i386/i586 diff --git a/linuxthreads/sysdeps/i386/i686/Versions b/linuxthreads/sysdeps/i386/i686/Versions new file mode 100644 index 0000000000..f9921aff55 --- /dev/null +++ b/linuxthreads/sysdeps/i386/i686/Versions @@ -0,0 +1,5 @@ +libpthread { + GLIBC_2.2.3 { + __pthread_clock_gettime; __pthread_clock_settime; + } +} |