120-adjtimex.patch 517 B

1234567891011121314
  1. Index: uClibc-0.9.29/include/sys/timex.h
  2. ===================================================================
  3. --- uClibc-0.9.29.orig/include/sys/timex.h 2007-12-30 17:34:21.983513096 +0100
  4. +++ uClibc-0.9.29/include/sys/timex.h 2007-12-30 17:34:32.180094169 +0100
  5. @@ -116,7 +116,8 @@
  6. __BEGIN_DECLS
  7. -extern int __adjtimex (struct timex *__ntx) __THROW;
  8. +#undef __adjtimex
  9. +#define __adjtimex adjtimex
  10. extern int adjtimex (struct timex *__ntx) __THROW;
  11. extern int ntp_gettime (struct ntptimeval *__ntv) __THROW;