diff options
Diffstat (limited to 'miscutils/adjtimex.c')
-rw-r--r-- | miscutils/adjtimex.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c index d541848..e941f6b 100644 --- a/miscutils/adjtimex.c +++ b/miscutils/adjtimex.c @@ -44,14 +44,7 @@ #include <sys/types.h> #include <stdlib.h> #include <unistd.h> - -#if __GNU_LIBRARY__ < 5 -#include <sys/timex.h> -extern int adjtimex(struct timex *buf); -#else #include <sys/timex.h> -#endif - #include "busybox.h" static struct {int bit; char *name;} statlist[] = { |