From f75226e6de9ebc40784cb5a906c97b8a68bc0c60 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 5 Nov 2015 15:00:12 -0800 Subject: Fix some stub prototypes missing ... after K&R conversion --- io/fcntl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io') diff --git a/io/fcntl.c b/io/fcntl.c index 996a0d5863..8bfda94a77 100644 --- a/io/fcntl.c +++ b/io/fcntl.c @@ -20,7 +20,7 @@ /* Perform file control operations on FD. */ int -__fcntl (int fd, int cmd) +__fcntl (int fd, int cmd, ...) { if (fd < 0) { -- cgit v1.2.3