diff options
Diffstat (limited to 'io')
-rw-r--r-- | io/fcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ /* Perform file control operations on FD. */ int -__fcntl (int fd, int cmd) +__fcntl (int fd, int cmd, ...) { if (fd < 0) { |