mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 23:30:07 +00:00
36fe9ac901
1999-01-19 Ulrich Drepper <drepper@cygnus.com> * math/Makefile (libm-calls): Rename s_nextafterx to s_nexttoward. * math/Versions: Likewise. * math/bits/mathcalls.h: Likewise. * manual/arith.texi: Likewise. * sysdeps/libm-ieee754/s_nextafterl.c: Likewise. * sysdeps/libm-ieee754/s_nextafterx.c: Replaced by... * sysdeps/libm-ieee754/s_nexttoward.c: New file. * sysdeps/libm-ieee754/s_nextafterxf.c: Replaced by... * sysdeps/libm-ieee754/s_nexttowardf.c: New file. * sysdeps/libm-ieee754/s_nextafterxl.c: Replaced by... * sysdeps/libm-ieee754/s_nexttowardl.c: New file. * time/Makefile (routines): Removed strfxtime. * time/Versions: Likewise. * time/strfxtime.c: Removed. * time/time.h: Remove _LOCALTIME, _NO_LEAP_SECONDS, struct tmx, mkxtime, and strfxtime.
50 lines
786 B
Plaintext
50 lines
786 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# global variables
|
|
__timezone; __daylight; __tzname;
|
|
|
|
# functions with special/multiple interfaces
|
|
__adjtimex;
|
|
|
|
# functions used in other libraries
|
|
__gmtime_r; __gettimeofday;
|
|
|
|
# variables in normal name space
|
|
daylight; timezone; tzname;
|
|
|
|
# a*
|
|
adjtime; adjtimex; asctime; asctime_r;
|
|
|
|
# c*
|
|
clock; ctime; ctime_r;
|
|
|
|
# d*
|
|
difftime; dysize;
|
|
|
|
# f*
|
|
ftime;
|
|
|
|
# g*
|
|
getitimer; gettimeofday; gmtime; gmtime_r;
|
|
|
|
# l*
|
|
localtime; localtime_r;
|
|
|
|
# m*
|
|
mktime;
|
|
|
|
# s*
|
|
setitimer; settimeofday; stime; strftime; strptime;
|
|
|
|
# t*
|
|
time; timegm; timelocal; tzset;
|
|
}
|
|
GLIBC_2.1 {
|
|
# variables in normal name space
|
|
getdate_err;
|
|
|
|
# g*
|
|
getdate; getdate_r; getitimer;
|
|
}
|
|
}
|