summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-11-05 13:09:18 +0000
committerRoy Marples <roy@marples.name>2008-11-05 13:09:18 +0000
commitc93e8528e09c322d105b00711a26cb54f5926422 (patch)
tree5e8126802c545884b55e9f630e56cded92b99e25 /common.h
parent5b7112f52583dff9385712b40bb800e2febd36ad (diff)
downloaddhcpcd-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.h b/common.h
index 1685c19f..453d6b77 100644
--- a/common.h
+++ b/common.h
@@ -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 *);