[OpenWrt-Devel] [PATCH] [packages] linuxptp: Add package

John Crispin blogic at openwrt.org
Wed Jan 13 02:50:44 EST 2016



On 13/01/2016 08:47, Wojciech Dubowik wrote:
> ++#if defined(__UCLIBC__)
> ++/* This syscall is not defined in uClibc 0.93.2 */
> ++#include <sys/syscall.h>
> ++static int clock_adjtime(clockid_t id, struct timex *tx)
> ++{
> ++	return syscall(__NR_clock_adjtime, id, tx);
> ++}
> ++#endif
> ++

on ppc we are already on musl. i dont think we need to add patches for
a libc that we do not support anymore. could you resend the patch with
the uclibc patches removed please ?

	John
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel



More information about the openwrt-devel mailing list