diff options
Diffstat (limited to 'lib/roken/closefrom.c')
| -rw-r--r-- | lib/roken/closefrom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/roken/closefrom.c b/lib/roken/closefrom.c index 770eb2c67ac1..1a950f7a8670 100644 --- a/lib/roken/closefrom.c +++ b/lib/roken/closefrom.c @@ -43,7 +43,7 @@ #include "roken.h" ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL -closefrom(int fd) +rk_closefrom(int fd) { int num = getdtablesize(); |
