local-posix_cputime
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 10 Oct 2020 19:54:24 +0000 (20:54 +0100)
committerAurelien Jarno <aurel32@debian.org>
Sat, 10 Oct 2020 19:54:24 +0000 (20:54 +0100)
===================================================================

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name local-posix_cputime.diff

sysdeps/mach/hurd/bits/posix_opt.h

index b95097a7976bc4d93ac1d077531e93490fc30dd6..a6dcc3bf6a5ef506c298420a9753d31616012a32 100644 (file)
 /* 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