diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-02-08 16:53:40 +0000 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-03-22 16:52:29 -0300 |
commit | 6e8ba7fd574f530afb9681f21604475d5756d773 (patch) | |
tree | 6cf03b2d688118ae69cfb67d634f914fbc945990 /sysdeps/unix/sysv/linux/msgget.c | |
parent | 77b6f5534778b5403c87fa5415625aeb4c3cbf44 (diff) | |
download | glibc-6e8ba7fd574f530afb9681f21604475d5756d773.tar.gz glibc-6e8ba7fd574f530afb9681f21604475d5756d773.tar.xz glibc-6e8ba7fd574f530afb9681f21604475d5756d773.zip |
Remove __get_clockfreq
With clock_getres, clock_gettime, and clock_settime refactor to remove the generic CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID support through hp-timing, there is no usage of internal __get_clockfreq. This patch removes both generic and Linux implementation.. Checked with a build against aarch64-linux-gnu, i686-linux-gnu, ia64-linux-gnu, sparc64-linux-gnu, powerpc-linux-gnu-power4. * include/libc-internal.h (__get_clockfreq): Remove prototype. * rt/Makefile (clock-routines): Remove get_clockfreq. * rt/get_clockfreq.c: Remove file. * sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Likewise. * sysdeps/unix/sysv/linux/ia64/get_clockfreq.c: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Likewise. * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Move code to ... * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: ... here.
Diffstat (limited to 'sysdeps/unix/sysv/linux/msgget.c')
0 files changed, 0 insertions, 0 deletions