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