diff options
| author | Roy Marples <roy@marples.name> | 2008-07-24 15:09:33 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-07-24 15:09:33 +0000 |
| commit | 318fbafe9e81b35ec47014418c05360448046e0b (patch) | |
| tree | 5398a6401c8c4300584a15265adaed7669a22208 /common.h | |
| parent | 5fa0b31f1008b99c38637cbcccf8233b76e78b9b (diff) | |
| download | dhcpcd-318fbafe9e81b35ec47014418c05360448046e0b.tar.xz | |
Normalise tv_usecs. Also, send the fd ready back to the main loop so we don't have to re-poll each fd. Saves bytes and is more efficient.
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -74,7 +74,6 @@ int closefrom(int); int close_fds(void); int set_cloexec(int); int set_nonblock(int); -int fd_hasdata(int); ssize_t get_line(char **, size_t *, FILE *); int clock_monotonic(struct timeval *); time_t uptime(void); |
