]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/unix/clock_nanosleep.c
Fix symbol definitions for __clock_* functions
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 11 Jun 2013 05:41:11 +0000 (11:11 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Tue, 11 Jun 2013 05:41:11 +0000 (11:11 +0530)
commit89fb6835583088059b8d8987c86caac33e37e5ea
treeffd867e682b478adbfe07fe0410c33c14b6e4002
parentb8c61b4b1d6afb69190169764c1b141f4659e48b
Fix symbol definitions for __clock_* functions

__clock_gettime and other __clock_* functions could result in an extra
PLT reference within libc.so if it actually gets used.  None of the
code currently uses them, which is why this probably went unnoticed.
13 files changed:
ChangeLog
include/time.h
rt/clock_getcpuclockid.c
rt/clock_getres.c
rt/clock_gettime.c
rt/clock_nanosleep.c
rt/clock_settime.c
sysdeps/posix/clock_getres.c
sysdeps/unix/clock_gettime.c
sysdeps/unix/clock_nanosleep.c
sysdeps/unix/clock_settime.c
sysdeps/unix/sysv/linux/clock_getcpuclockid.c
sysdeps/unix/sysv/linux/clock_nanosleep.c