mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 03:20:05 +00:00
b05598ef31
2000-10-24 Paul Eggert <eggert@twinsun.com> * time/strftime.c (my_strftime macro) [!defined _LIBC && HAVE_TZNAME && HAVE_TZSET]: When redefining, do it without args, so that it works even if emacs is defined and an extra argument is passed to my_stftime. (my_strftime function): When evaluating a subformat, pass ut_argument as well. 2000-10-24 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/ia64/Versions: Add pciconfig_read and pciconfig_write. * sysdeps/generic/dl-cache.c (_dl_cache_verify_ptr): Correct test for files with new cache format. (_dl_load_cache_lookup): Add variable cache_data_size for size of the data. Correctly report error if neither old not new signature is found. Little optimizations. Mostly based on a patch by Denis Zaitsev <zzz@cd-club.ru>.
20 lines
291 B
Plaintext
20 lines
291 B
Plaintext
ld {
|
|
GLIBC_2.2 {
|
|
# global variables needed in the libc.
|
|
_dl_pagesize;
|
|
}
|
|
}
|
|
libc {
|
|
GLIBC_2.2 {
|
|
ioperm; iopl;
|
|
inb; inw; inl;
|
|
_inb; _inw; _inl;
|
|
outb; outw; _outl;
|
|
_outb; _outw; _outl;
|
|
pciconfig_read; pciconfig_write;
|
|
|
|
# linuxthreads
|
|
__clone2;
|
|
}
|
|
}
|