uClibc-ng provides adjtimex() function only, but some programs(like ntpd) requires it's alias - __adjtimex(). There were two methods to implement it:
1) OpenWRT way - just a simple #define
https://dev.openwrt.org/browser/trunk/toolchain/uClibc/patches-0.9.33.2/120-...
2) glibc way - do it via strong alias
Should we implement __adjtimex() in uClibc-ng? Which way is acceptable for mainstream?
Regards, Leonid