4 __daylight; __timezone; __tzname;
6 # functions with special/multiple interfaces
9 # functions used in other libraries
10 __gmtime_r; __gettimeofday;
12 # variables in normal name space
13 daylight; timezone; tzname;
16 adjtime; adjtimex; asctime; asctime_r;
19 clock; ctime; ctime_r;
28 getitimer; gettimeofday; gmtime; gmtime_r;
31 localtime; localtime_r;
37 setitimer; settimeofday; stime; strftime; strptime;
40 time; timegm; timelocal; tzset;
43 # variables in normal name space
53 # c*; actually in librt in version 2.2, moved to libc in 2.17
54 clock_getres; clock_gettime; clock_settime; clock_getcpuclockid;
58 # these internal names are used by libstdc++
59 __strftime_l; __wcsftime_l;
74 clock_getres; clock_gettime; clock_settime; clock_getcpuclockid;
81 # same as clock_gettime; used in other libraries