aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-26 02:16:41 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-26 02:16:41 +0000
commit274a3ffc63c4ffb98b12bdf25b286cb485dd6fcb (patch)
treef15d1ddc52c1dd82b3a3dd889f1976e121038d89
parent2b0edb5a1e058bd4ffe41f12cc4e60516f8c270b (diff)
downloadglibc-274a3ffc63c4ffb98b12bdf25b286cb485dd6fcb.tar
glibc-274a3ffc63c4ffb98b12bdf25b286cb485dd6fcb.tar.gz
glibc-274a3ffc63c4ffb98b12bdf25b286cb485dd6fcb.tar.bz2
glibc-274a3ffc63c4ffb98b12bdf25b286cb485dd6fcb.zip
[libc] (GLIBC_2.2.2): Add wordexp.
-rw-r--r--sysdeps/unix/sysv/linux/alpha/Versions4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/Versions b/sysdeps/unix/sysv/linux/alpha/Versions
index 0e6e519dd2..d89ef6a061 100644
--- a/sysdeps/unix/sysv/linux/alpha/Versions
+++ b/sysdeps/unix/sysv/linux/alpha/Versions
@@ -54,4 +54,8 @@ libc {
GLIBC_2.1.4 {
pciconfig_iobase;
}
+ GLIBC_2.2.2 {
+ # w*
+ wordexp;
+ }
}