I'm trying to compile an ntp client for android using the android build system and running into a problem where adjtime() appears to be missing in bionic libc. How can I add support for adjtime() without modifying bionic?
I'm compiling openntpd for reference.