[PATCH v4] pread_write.c: added cancellation for all architectures

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Tue May 24 19:46:29 UTC 2011


On 24 May 2011 20:23,  <maksim.rayskiy at gmail.com> wrote:
> From: Maksim Rayskiy <mrayskiy at broadcom.com>
>
> 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,


More information about the uClibc mailing list