mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03: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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user