On 24 May 2011 20:23, <[email protected]> wrote: > From: Maksim Rayskiy <[email protected]> > > Ported from future branch with minor change: > removed fallback code for implementations not providing > pread/pwrite syscalls
yea, except that the header is still not removed upon installation. Can you verify something like diff --git a/Makefile.in b/Makefile.in index 2f8370b..039aa57 100644 --- a/Makefile.in +++ b/Makefile.in @@ -283,6 +283,7 @@ HEADERS_RM-$(UCLIBC_SUPPORT_AI_ADDRCONFIG) += ifaddrs.h HEADERS_RM-$(UCLIBC_SV4_DEPRECATED) += ustat.h sys/ustat.h bits/ustat.h HEADERS_RM-$(UCLIBC_SUSV3_LEGACY) += sys/timeb.h regexp.h HEADERS_RM-$(UCLIBC_SUSV4_LEGACY) += utime.h ucontext.h +HEADERS_RM- += cancel.h ifneq ($(findstring install,$(MAKECMDGOALS)),) $(addprefix $(PREFIX)$(DEVEL_PREFIX),include $(MULTILIB_DIR)): TIA, _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
