From 8b9d605485be779bb03778e780e9875525ec2ca4 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 10 Mar 2004 05:25:48 +0000 Subject: Update. 2004-02-09 Jakub Jelinek * posix/Makefile (tests): Add tst-vfork2. * posix/tst-vfork1.c (do_test): Fix comment. * posix/tst-vfork2.c: New test. --- posix/tst-vfork1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posix/tst-vfork1.c') 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 , 2004. @@ -26,7 +26,7 @@ #include /* This test relies on non-POSIX functionality since the child - processes call write. */ + processes call write and getpid. */ static int do_test (void) { -- cgit 1.4.1