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 /signals.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 'signals.h')
| -rw-r--r-- | signals.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -34,7 +34,6 @@ int signal_init(void); int signal_setup(void); int signal_reset(void); int signal_fd(void); -int signal_exists(int fd); -int signal_read(int fd); +int signal_read(void); #endif |
