diff options
Diffstat (limited to 'io/close.c')
-rw-r--r-- | io/close.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -20,8 +20,7 @@ /* Close the file descriptor FD. */ int -__close (fd) - int fd; +__close (int fd) { if (fd < 0) { |
index : rocket-tools/riscv-gnu-toolchain/glibc.git | ||
Unnamed repository; edit this file 'description' to name the repository. | root |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | io/close.c | 3 |
@@ -20,8 +20,7 @@ /* Close the file descriptor FD. */ int -__close (fd) - int fd; +__close (int fd) { if (fd < 0) { |