glibc/sysdeps/unix/sysv/linux/sparc
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 Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532] 2019-07-24 10:59:34 +02:00
sparc32 Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
sparc64 Finish move of clock_* functions to libc. [BZ #24959] 2019-09-04 14:39:38 +02:00
sys
Implies
Makefile
Versions
a.out.h
aio_cancel.c
configure
configure.ac
dl-cache.h
getrlimit64.c
getshmlba.c
getsysstats.c
init-first.c sparc: Enable VDSO for static linking 2019-08-05 16:38:25 -03:00
kernel-features.h
kernel_sigaction.h
kernel_termios.h
ldd-rewrite.sed
libc-vdso.h sparc: Enable VDSO for static linking 2019-08-05 16:38:25 -03:00
lowlevellock.h nptl: Rename lll_timedlock to lll_clocklock and add clockid parameter 2019-07-12 13:36:25 +00:00
profil-counter.h linux: Make profil_counter a compat_symbol (BZ#17726) 2019-08-23 11:30:56 -03:00
readelflib.c
rt-sysdep.c
sysdep.c
sysdep.h linux: Enable vDSO for static linking as default (BZ#19767) 2019-08-05 16:38:42 -03:00