about summary refs log tree commit diff
path: root/config.h.in
diff options
context:
space:
mode:
authorFlavio Cruz <flaviocruz@gmail.com>2024-02-17 11:48:46 -0500
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2024-02-17 21:14:39 +0100
commite3da8f9badf95dff63547c9a7886cdfed284aa3f (patch)
treeaabfe1c27bff7477c9f35d0dfc4349b26bfd1d5f /config.h.in
parent6a04404521ac4119ae36827eeb288ea84eee7cf6 (diff)
downloadglibc-e3da8f9badf95dff63547c9a7886cdfed284aa3f.tar.gz
glibc-e3da8f9badf95dff63547c9a7886cdfed284aa3f.tar.xz
glibc-e3da8f9badf95dff63547c9a7886cdfed284aa3f.zip
Use proc_getchildren_rusage when available in getrusage and times.
Message-ID: <20240217164846.1837223-1-flaviocruz@gmail.com>
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 44a34072a4..2f0669e19b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -159,6 +159,9 @@
 /* Mach/i386 specific: define if the `i386_set_gdt' RPC is available.  */
 #undef	HAVE_I386_SET_GDT
 
+/* Hurd specific; define if the `proc_getchildren_rusage' RPC is available.  */
+#undef HAVE_HURD_PROC_GETCHILDREN_RUSAGE
+
 /* Define if inlined system calls are available.  */
 #undef HAVE_INLINED_SYSCALLS