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:
Mike Frysinger 2012-11-29 18:11:17 -05:00
parent 38f34d05c3
commit 37db69de1d
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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)
{