diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/portability.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/portability.h b/lib/portability.h index bbba12d8..b3646473 100644 --- a/lib/portability.h +++ b/lib/portability.h @@ -346,10 +346,6 @@ struct xnotify *xnotify_init(int max); int xnotify_add(struct xnotify *not, int fd, char *path); int xnotify_wait(struct xnotify *not, char **path); -#ifdef __APPLE__ -#define f_frsize f_iosize -#endif - int sig_to_num(char *s); char *num_to_sig(int sig); |