diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-21 14:19:37 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-21 14:20:21 +0100 |
commit | 3951c3fcfc848c1cead1762e4d37aed755ec41d4 (patch) | |
tree | a43fbb055ebbc6c9a5bd9c955907088d9c14b3e8 /include | |
parent | add creat (diff) | |
download | slibc-3951c3fcfc848c1cead1762e4d37aed755ec41d4.tar.gz slibc-3951c3fcfc848c1cead1762e4d37aed755ec41d4.tar.bz2 slibc-3951c3fcfc848c1cead1762e4d37aed755ec41d4.tar.xz |
whoops
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/unistd.h b/include/unistd.h index a3f9f53..ebc58f4 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1107,8 +1107,8 @@ int daemon(int, int) * * @since Always. */ -int daemonise(const char* int) - __GCC_ONLY(__attributes__((__nonnull__))); +int daemonise(const char*, int) + __GCC_ONLY(__attribute__((__nonnull__))); #endif |