diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-10 05:25:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-10 05:25:48 +0000 |
commit | 8b9d605485be779bb03778e780e9875525ec2ca4 (patch) | |
tree | 38c566c233a1d11a10b2bb68a488dfd9e17e9b04 /posix/tst-vfork1.c | |
parent | 9363dbb847a7e29d1abfffabc59fb142cf956df2 (diff) | |
download | glibc-8b9d605485be779bb03778e780e9875525ec2ca4.tar glibc-8b9d605485be779bb03778e780e9875525ec2ca4.tar.gz glibc-8b9d605485be779bb03778e780e9875525ec2ca4.tar.bz2 glibc-8b9d605485be779bb03778e780e9875525ec2ca4.zip |
Update.
2004-02-09 Jakub Jelinek <jakub@redhat.com>
* posix/Makefile (tests): Add tst-vfork2.
* posix/tst-vfork1.c (do_test): Fix comment.
* posix/tst-vfork2.c: New test.
Diffstat (limited to 'posix/tst-vfork1.c')
-rw-r--r-- | posix/tst-vfork1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/tst-vfork1.c b/posix/tst-vfork1.c index 4c2d131a32..1f36f1ff2d 100644 --- a/posix/tst-vfork1.c +++ b/posix/tst-vfork1.c @@ -1,4 +1,4 @@ -/* Test for chmod functions. +/* Test for vfork functions. Copyright (C) 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Ulrich Drepper <drepper@redhat.com>, 2004. @@ -26,7 +26,7 @@ #include <sys/wait.h> /* This test relies on non-POSIX functionality since the child - processes call write. */ + processes call write and getpid. */ static int do_test (void) { |