From 3951c3fcfc848c1cead1762e4d37aed755ec41d4 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 21 Dec 2015 14:19:37 +0100 Subject: whoops MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/unistd.h | 4 ++-- 1 file 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 -- cgit v1.2.3-70-g09d2