From c914c8e6d02e1882e892d270a6b6f4edc6a87a28 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Sat, 25 Feb 2006 17:36:46 +0000 Subject: Whitespace and tab cleaning. --- libc/sysdeps/linux/common/waitpid.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/common/waitpid.c b/libc/sysdeps/linux/common/waitpid.c index cb628c97c..c1766be6b 100644 --- a/libc/sysdeps/linux/common/waitpid.c +++ b/libc/sysdeps/linux/common/waitpid.c @@ -1,3 +1,4 @@ +/* vi: set sw=4 ts=4: */ /* * Copyright (C) 2000-2006 Erik Andersen * @@ -10,11 +11,11 @@ #include libc_hidden_proto(wait4) - + extern __typeof(waitpid) __libc_waitpid; __pid_t __libc_waitpid(__pid_t pid, int *wait_stat, int options) { - return wait4(pid, wait_stat, options, NULL); + return wait4(pid, wait_stat, options, NULL); } libc_hidden_proto(waitpid) weak_alias(__libc_waitpid,waitpid) -- cgit v1.2.3