From: GNU Libc Maintainers Date: Sat, 10 Oct 2020 19:54:24 +0000 (+0100) Subject: local-posix_cputime X-Git-Tag: archive/raspbian/2.31-4+rpi1^2~52 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4e3904ab1457958c5883a6a8331f34ad6da26879;p=glibc.git local-posix_cputime =================================================================== Gbp-Pq: Topic hurd-i386 Gbp-Pq: Name local-posix_cputime.diff --- diff --git a/sysdeps/mach/hurd/bits/posix_opt.h b/sysdeps/mach/hurd/bits/posix_opt.h index b95097a79..a6dcc3bf6 100644 --- a/sysdeps/mach/hurd/bits/posix_opt.h +++ b/sysdeps/mach/hurd/bits/posix_opt.h @@ -126,8 +126,8 @@ /* POSIX.4 shared memory objects are supported (using regular files). */ #define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_MAPPED_FILES -/* CPU-time clocks support needs to be checked at runtime. */ -#define _POSIX_CPUTIME 0 +/* CPU-time clocks are not yet supported. */ +#define _POSIX_CPUTIME -1 /* Clock support in threads must be also checked at runtime. */ #define _POSIX_THREAD_CPUTIME 0