mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 03:20:05 +00:00
101c92fc39
2000-07-12 H.J. Lu <hjl@gnu.org> * sysdeps/unix/sysv/linux/ia64/Versions (libc): Add __clone2 to GLIBC_2.2. * sysdeps/unix/sysv/linux/ia64/Dist: Add clone2.S. * sysdeps/unix/sysv/linux/ia64/Makefile [$(subdir)=misc] (sysdep-routines): Add clone2. * sysdeps/unix/sysv/linux/ia64/clone2.S: New.
13 lines
146 B
Plaintext
13 lines
146 B
Plaintext
ld {
|
|
GLIBC_2.2 {
|
|
# global variables needed in the libc.
|
|
_dl_pagesize;
|
|
}
|
|
}
|
|
libc {
|
|
GLIBC_2.2 {
|
|
# linuxthreads
|
|
__clone2;
|
|
}
|
|
}
|