mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 11:30:06 +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.
13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# Exception handling support functions from libgcc
|
|
__register_frame; __register_frame_table; __deregister_frame;
|
|
__register_frame_info; __deregister_frame_info; __frame_state_for;
|
|
__register_frame_info_table;
|
|
}
|
|
GLIBC_2.2.2 {
|
|
# w*
|
|
wordexp;
|
|
}
|
|
}
|