mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 03:20:05 +00:00
8a6c22174e
* posix/wordexp.h: Correct definition of wordexp_t. * posix/wordexp.c: Moved to ... * sysdeps/generic/wordexp.c: ...here. New file. * sysdeps/unix/sysv/linux/alpha/wordexp.c: New file. * sysdeps/unix/sysv/linux/ia64/wordexp.c: New file. * sysdeps/unix/sysv/linux/sparc/sparc64/wordexp.c: New file. * sysdeps/unix/sysv/linux/alpha/Versions [libc] (GLIBC_2.2.2): Add wordexp. * sysdeps/unix/sysv/linux/ia64/Versions: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
27 lines
371 B
Plaintext
27 lines
371 B
Plaintext
ld {
|
|
GLIBC_2.2 {
|
|
# global variables needed in the libc.
|
|
_dl_pagesize;
|
|
}
|
|
GLIBC_2.2.1 {
|
|
_dl_var_init;
|
|
}
|
|
}
|
|
libc {
|
|
GLIBC_2.2 {
|
|
ioperm; iopl;
|
|
inb; inw; inl;
|
|
_inb; _inw; _inl;
|
|
outb; outw; _outl;
|
|
_outb; _outw; _outl;
|
|
pciconfig_read; pciconfig_write;
|
|
|
|
# linuxthreads
|
|
__clone2;
|
|
}
|
|
GLIBC_2.2.2 {
|
|
# w*
|
|
wordexp;
|
|
}
|
|
}
|