summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorIsmael Luceno <ismael.luceno@gmail.com>2012-03-05 06:43:49 -0200
committerMike Frysinger <vapier@gentoo.org>2012-03-25 01:45:23 -0400
commit0dcf66744f533e160232072bd03273ca1c448879 (patch)
tree3658f9d75614bede75cfd49e00da4e73da2e8436 /Makefile.in
parentd1bc0c9915e3b1db796f4466de6167c0a0f0f108 (diff)
librt: add posix_spawn support
Signed-off-by: Ismael Luceno <ismael.luceno@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d0ac6c027..82a2eff5d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -290,6 +290,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-$(UCLIBC_HAS_ADVANCED_REALTIME) += spawn.h
ifneq ($(findstring install,$(MAKECMDGOALS)),)
$(addprefix $(PREFIX)$(DEVEL_PREFIX),include $(MULTILIB_DIR)):