mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
clock_getcpuclockid: delete unused HAS_CPUCLOCK
In commit 26889eacc2
(Remove
__ASSUME_POSIX_CPU_TIMERS), all users of HAS_CPUCLOCK were
dropped. Punt the fallback definition too.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
38f34d05c3
commit
37db69de1d
@ -1,3 +1,7 @@
|
||||
2012-11-29 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
|
||||
|
||||
2012-11-29 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
|
||||
|
@ -22,10 +22,6 @@
|
||||
#include <kernel-features.h>
|
||||
#include "kernel-posix-cpu-timers.h"
|
||||
|
||||
#ifndef HAS_CPUCLOCK
|
||||
# define HAS_CPUCLOCK 1
|
||||
#endif
|
||||
|
||||
int
|
||||
clock_getcpuclockid (pid_t pid, clockid_t *clock_id)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user