diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-23 13:02:13 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2008-12-23 13:02:13 +0000 |
commit | dca7671f9895c247441a0eeb2b0977cac5f73129 (patch) | |
tree | 0f84cd561e58b4bb433d9c4667bfe0a0c0dcbe15 /libc/sysdeps/linux/common/waitid.c | |
parent | 30a1f00740ebc5c82d7a10470fdf95249cf77bc5 (diff) | |
download | uClibc-alpine-dca7671f9895c247441a0eeb2b0977cac5f73129.tar.bz2 uClibc-alpine-dca7671f9895c247441a0eeb2b0977cac5f73129.tar.xz |
- _syscall?() need to superfluous trailing ';'
- reduce patch noise a little bit
Diffstat (limited to 'libc/sysdeps/linux/common/waitid.c')
-rw-r--r-- | libc/sysdeps/linux/common/waitid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/waitid.c b/libc/sysdeps/linux/common/waitid.c index b8d2f70ba..237056516 100644 --- a/libc/sysdeps/linux/common/waitid.c +++ b/libc/sysdeps/linux/common/waitid.c @@ -12,5 +12,5 @@ #include <sys/types.h> #include <sys/wait.h> -_syscall4(int, waitid, idtype_t, idtype, id_t, id, siginfo_t*, infop, int, options); +_syscall4(int, waitid, idtype_t, idtype, id_t, id, siginfo_t*, infop, int, options) #endif |