Hi Leonid, Leonid Lisovskiy wrote,
uClibc-ng provides adjtimex() function only, but some programs(like ntpd) requires it's alias - __adjtimex(). There were two methods to implement it:
- OpenWRT way - just a simple #define
https://dev.openwrt.org/browser/trunk/toolchain/uClibc/patches-0.9.33.2/120-...
- glibc way - do it via strong alias
Should we implement __adjtimex() in uClibc-ng? Which way is acceptable for mainstream?
So you got no other opinions, would you like to cook up a patch integrating it with a strong alias like glibc?
best regards Waldemar