closefrom() as library call

This commit is contained in:
Ben Gras
2011-08-02 22:16:58 +02:00
parent d69519f86a
commit c0bb1ba1b1
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -318,8 +318,8 @@ int lseek64(int fd, u64_t _offset, int _whence, u64_t *_newpos);
#if defined(_NETBSD_SOURCE)
#ifndef __minix
int acct(const char *);
int closefrom(int);
#endif /* !__minix */
int closefrom(int);
int des_cipher(const char *, char *, long, int);
int des_setkey(const char *);
void endusershell(void);