glibc/time
Zack Weinberg 7b5af2d8f2 Finish move of clock_* functions to libc. [BZ #24959]
In glibc 2.17, the functions clock_getcpuclockid, clock_getres,
clock_gettime, clock_nanosleep, and clock_settime were moved from
librt.so to libc.so, leaving compatibility stubs behind.  Now that the
dynamic linker no longer insists on finding versioned symbols in the
same library that originally defined them, we do not need the stubs
anymore, and this means we don't need GLIBC_PRIVATE __-prefix aliases
for most of the functions anymore either.  (clock_gettime still needs
one.)  For ports added before 2.17, libc.so needs to provide two
symbol versions for each, the default at GLIBC_2.17 plus a compat
version matching what librt had.

While I'm at it, move the clock_*.c files and their tests from rt/ to
time/.
2019-09-04 14:39:38 +02:00
..
bits/types
sys Break some lines before not after operators. 2019-02-22 01:32:36 +00:00
adjtime.c
alt_digit.c Break some lines before not after operators. 2019-02-22 01:32:36 +00:00
asctime.c Break some lines before not after operators. 2019-02-22 01:32:36 +00:00
bug-asctime_r.c
bug-asctime.c
bug-getdate1.c
bug-mktime1.c
bug-mktime4.c
clock_getcpuclockid.c Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
clock_getres.c Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
clock_gettime.c Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
clock_nanosleep.c Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
clock_settime.c Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
clock.c
clocktest.c
ctime_r.c
ctime.c
datemsk
Depend
difftime.c
dysize.c
era.c
ftime.c
getdate.c Don't use the argument to time. 2019-08-21 08:26:36 -04:00
getitimer.c
gettimeofday.c
gmtime.c
lc-time-cleanup.c
localtime.c
Makefile Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
mktime-internal.h Make mktime etc. compatible with __time64_t 2019-04-30 09:02:17 -07:00
mktime.c Make mktime etc. compatible with __time64_t 2019-04-30 09:02:17 -07:00
offtime.c
setitimer.c
settimeofday.c
stime.c
strftime_l.c
strftime.c
strptime_l.c Fix strptime era handling, add more strftime tests [BZ #24394] 2019-04-01 14:19:16 -04:00
strptime.c
test_time.c Add some spaces before '('. 2019-02-27 13:55:45 +00:00
time.c
time.h
timegm.c Make mktime etc. compatible with __time64_t 2019-04-30 09:02:17 -07:00
timespec_get.c
tst_wcsftime.c Don't use the argument to time. 2019-08-21 08:26:36 -04:00
tst-clock2.c Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
tst-clock_nanosleep.c Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
tst-clock.c Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
tst-cpuclock1.c Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
tst-ftime_l.c
tst-ftime.c
tst-getdate.c
tst-mktime2.c
tst-mktime3.c
tst-mktime.c
tst-posixtz.c
tst-strftime2.c ja_JP locale: Add entry for the new Japanese era [BZ #22964] 2019-04-02 16:46:55 +09:00
tst-strftime3.c time/tst-strftime3.c: Disable snprintf warning. 2019-04-03 17:49:43 -04:00
tst-strftime.c
tst-strptime2.c
tst-strptime3.c
tst-strptime-whitespace.c
tst-strptime.c
tst-tzname.c
tst-y2039.c
tzfile.c Break more lines before not after operators. 2019-02-25 13:19:19 +00:00
tzset.c
Versions Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
wcsftime_l.c
wcsftime.c