diff options
| author | Roy Marples <roy@marples.name> | 2008-11-05 13:09:18 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-11-05 13:09:18 +0000 |
| commit | c93e8528e09c322d105b00711a26cb54f5926422 (patch) | |
| tree | 5e8126802c545884b55e9f630e56cded92b99e25 /common.h | |
| parent | 5b7112f52583dff9385712b40bb800e2febd36ad (diff) | |
| download | dhcpcd-c93e8528e09c322d105b00711a26cb54f5926422.tar.xz | |
Save a few bytes by moving close_fds to bind where it's really used.
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -84,7 +84,6 @@ size_t strlcpy(char *, const char *, size_t); int closefrom(int); #endif -int close_fds(void); int set_cloexec(int); int set_nonblock(int); ssize_t get_line(char **, size_t *, FILE *); |
