diff options
| author | Roy Marples <roy@marples.name> | 2008-07-24 14:30:36 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-07-24 14:30:36 +0000 |
| commit | 5fa0b31f1008b99c38637cbcccf8233b76e78b9b (patch) | |
| tree | 7053b82a5ab5875fa8a11d576fafee3ce24e0ea1 /common.h | |
| parent | b8b4be9a39e91342c91e493ce2e08c00d0177aa8 (diff) | |
| download | dhcpcd-5fa0b31f1008b99c38637cbcccf8233b76e78b9b.tar.xz | |
get_time -> clock_monotonic to be more descriptive.
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ int set_cloexec(int); int set_nonblock(int); int fd_hasdata(int); ssize_t get_line(char **, size_t *, FILE *); -int get_time(struct timeval *); +int clock_monotonic(struct timeval *); time_t uptime(void); int writepid(int, pid_t); void *xrealloc(void *, size_t); |
