From 5fc6b21ee04687c7fc0abca2625eeb51ae01e76c Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 2 Jan 2015 10:12:06 +0000 Subject: [PATCH] sys/wait.h: remove stray ^Z --- Library/include/sys/wait.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/include/sys/wait.h b/Library/include/sys/wait.h index 186d0433..329b4724 100644 --- a/Library/include/sys/wait.h +++ b/Library/include/sys/wait.h @@ -46,4 +46,3 @@ extern pid_t waitpid __P((pid_t pid, int *__stat_loc, int options)); #define wait(statloc) waitpid(WAIT_ANY, statloc, 0) #endif - \ No newline at end of file -- 2.34.1