diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-21 17:52:39 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-21 17:52:39 +0000 |
commit | b1b5152b2ed274092910ad53052d856b32adda5c (patch) | |
tree | 62ef1119ab484aee86633f29a7088d08200ad5c5 | |
parent | 4969a60fd8b6cb7c5d21192f0313fb42148e4bd5 (diff) | |
download | glibc-b1b5152b2ed274092910ad53052d856b32adda5c.tar glibc-b1b5152b2ed274092910ad53052d856b32adda5c.tar.gz glibc-b1b5152b2ed274092910ad53052d856b32adda5c.tar.bz2 glibc-b1b5152b2ed274092910ad53052d856b32adda5c.zip |
Update.
2000-06-21 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/ia64/Versions: New file.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/Versions | 6 |
2 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2000-06-21 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/ia64/Versions: New file. + 2000-06-21 Andreas Jaeger <aj@suse.de> * stdio-common/temptest.c: Include <stdlib.h>. diff --git a/sysdeps/unix/sysv/linux/ia64/Versions b/sysdeps/unix/sysv/linux/ia64/Versions new file mode 100644 index 0000000000..bdee8fddf6 --- /dev/null +++ b/sysdeps/unix/sysv/linux/ia64/Versions @@ -0,0 +1,6 @@ +ld { + GLIBC_2.2 { + # global variables needed in the libc. + _dl_pagesize; + } +} |