120-adjtimex.patch 304 B

1234567891011121314
  1. --- a/include/sys/timex.h
  2. +++ b/include/sys/timex.h
  3. @@ -116,9 +116,8 @@ struct timex
  4. __BEGIN_DECLS
  5. -#if 0
  6. -extern int __adjtimex (struct timex *__ntx) __THROW;
  7. -#endif
  8. +#undef __adjtimex
  9. +#define __adjtimex adjtimex
  10. extern int adjtimex (struct timex *__ntx) __THROW;
  11. libc_hidden_proto(adjtimex)