aboutsummaryrefslogtreecommitdiff
path: root/libiberty/vfork.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-10-07 22:42:23 +0000
committerDJ Delorie <dj@redhat.com>2001-10-07 22:42:23 +0000
commit99b581398536aae4ac5653df23c3d12d23359c1d (patch)
treef3c3680e7a9acd79187b3a2377494425f4ff44af /libiberty/vfork.c
parente6450fe56177c2ce3faf4601ed4a3edf42cd90eb (diff)
downloadgdb-99b581398536aae4ac5653df23c3d12d23359c1d.zip
gdb-99b581398536aae4ac5653df23c3d12d23359c1d.tar.gz
gdb-99b581398536aae4ac5653df23c3d12d23359c1d.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/vfork.c')
-rw-r--r--libiberty/vfork.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/vfork.c b/libiberty/vfork.c
index 7df7a22..4aa5c21 100644
--- a/libiberty/vfork.c
+++ b/libiberty/vfork.c
@@ -3,7 +3,7 @@
/*
-@deftypefn Supplemental int vfork ()
+@deftypefn Supplemental int vfork (void)
Emulates @code{vfork} by calling @code{fork} and returning its value.