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 /linuxthreads/sysdeps/i386/i686/Versions | |
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.
Diffstat (limited to 'linuxthreads/sysdeps/i386/i686/Versions')
-rw-r--r-- | linuxthreads/sysdeps/i386/i686/Versions | 5 |
1 files changed, 5 insertions, 0 deletions
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; + } +} |