sys/wait.h: remove stray ^Z
authorAlan Cox <alan@linux.intel.com>
Fri, 2 Jan 2015 10:12:06 +0000 (10:12 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 2 Jan 2015 10:12:06 +0000 (10:12 +0000)
Library/include/sys/wait.h

index 186d043..329b472 100644 (file)
@@ -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
-\1a
\ No newline at end of file