summaryrefslogtreecommitdiff
path: root/lib/sys_wait.in.h
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-12-30 11:59:29 -0700
committerEric Blake <ebb9@byu.net>2009-12-30 21:05:14 -0700
commite823d56d24286a26521dfb24c90897defa1b1c6e (patch)
tree50063ca71ce2fcd53ef591d790a950627083b39a /lib/sys_wait.in.h
parent2c391ad5ed26c01e161b5de30d3a225fabe08731 (diff)
downloadgnulib-e823d56d24286a26521dfb24c90897defa1b1c6e.tar.gz
sys_wait: drop link-warning dependency
Until gnulib provides any replacement for functions in <sys/wait.h>, the header does not need to depend on link-warning. * modules/sys_wait (Depends-on, Makefile.am): Drop unneeded link-warning efforts. * lib/sys_wait.in.h: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
Diffstat (limited to 'lib/sys_wait.in.h')
-rw-r--r--lib/sys_wait.in.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sys_wait.in.h b/lib/sys_wait.in.h
index 39e755d7da..a0d0187241 100644
--- a/lib/sys_wait.in.h
+++ b/lib/sys_wait.in.h
@@ -30,8 +30,6 @@
#ifndef _GL_SYS_WAIT_H
#define _GL_SYS_WAIT_H
-/* The definition of GL_LINK_WARNING is copied here. */
-
#if !((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__)
/* Unix API. */