diff options
author | Leonid Lisovskiy <lly.dev@gmail.com> | 2016-01-23 23:26:56 +0300 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-01-31 17:41:01 +0100 |
commit | fb6a51ed43626cb16bda3d75b28b26cfb1449e52 (patch) | |
tree | 743e523d4c632530127ceb3796902f24ee14adbe /include/sys/timex.h | |
parent | 7c89984515021f3b3b1ad486c379f0eac1ad2605 (diff) |
Provide __adjtimex() alias, like glibc.
Althought recent versions of sofware don't require it, old ntpd
wants - see http://bugs.ntp.org/show_bug.cgi?id=769
Signed-off-by: Leonid Lisovskiy <lly.dev@gmail.com>
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
Diffstat (limited to 'include/sys/timex.h')
-rw-r--r-- | include/sys/timex.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sys/timex.h b/include/sys/timex.h index 57059bd14..4cb81d208 100644 --- a/include/sys/timex.h +++ b/include/sys/timex.h @@ -120,9 +120,7 @@ struct timex __BEGIN_DECLS -#if 0 extern int __adjtimex (struct timex *__ntx) __THROW; -#endif extern int adjtimex (struct timex *__ntx) __THROW; libc_hidden_proto(adjtimex) |