Switch to unified view

a/src/utils/closefrom.h b/src/utils/closefrom.h
...
...
18
 */
18
 */
19
19
20
/* Close all descriptors >=  fd */
20
/* Close all descriptors >=  fd */
21
extern int libclf_closefrom(int fd);
21
extern int libclf_closefrom(int fd);
22
22
23
/* Retrieve max open fd. This might be the actual max open one (not
24
   thread-safe) or a system max value. */
25
extern int libclf_maxfd(int flags=0);
26
23
#endif /* _closefrom_h_included_ */
27
#endif /* _closefrom_h_included_ */