summaryrefslogtreecommitdiff
path: root/gnulib/config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-29 14:14:59 -0400
committerMike Frysinger <vapier@gentoo.org>2021-09-04 01:08:01 -0400
commite994f4ef451c83cd6c851c015433daa23566e2d9 (patch)
treef461757bbf4e3ab55a4805d5fe33aecdd560747e /gnulib/config.in
parent3f630a60ea679f713474d98bfe4f2fe2fb59a68d (diff)
downloadbinutils-gdb-e994f4ef451c83cd6c851c015433daa23566e2d9.tar.gz
gnulib: import sys_wait
A few sims use this to emulate process syscalls. Gdb builds seem to still be fine.
Diffstat (limited to 'gnulib/config.in')
-rw-r--r--gnulib/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnulib/config.in b/gnulib/config.in
index a90ddd61182..db04597320e 100644
--- a/gnulib/config.in
+++ b/gnulib/config.in
@@ -901,6 +901,9 @@
/* Define to 1 if you have the <sys/uio.h> header file. */
#undef HAVE_SYS_UIO_H
+/* Define to 1 if you have the <sys/wait.h> header file. */
+#undef HAVE_SYS_WAIT_H
+
/* Define to 1 if you have the `thrd_create' function. */
#undef HAVE_THRD_CREATE