bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/2] fcntl: Remove mis-placed ';'


From: KO Myung-Hun
Subject: [PATCH 1/2] fcntl: Remove mis-placed ';'
Date: Thu, 17 Jan 2019 13:35:32 +0900

This fixes the compilation error.

* lib/fcntl.c (klibc_fcntl): Remove mis-placed ';'.
---
 lib/fcntl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/fcntl.c b/lib/fcntl.c
index f602fad62..51f62ef78 100644
--- a/lib/fcntl.c
+++ b/lib/fcntl.c
@@ -545,7 +545,7 @@ rpl_fcntl_DUPFD_CLOEXEC (int fd, int target)
 #ifdef __KLIBC__
 
 static int
-klibc_fcntl (int fd, int action, /* arg */...);
+klibc_fcntl (int fd, int action, /* arg */...)
 {
   va_list arg_ptr;
   int arg;
-- 
2.13.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]