diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-09 17:48:13 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-10-09 17:48:13 +0200 |
commit | 75f2c20b3f2478f6b9f415f2bfe0e972c947f625 (patch) | |
tree | 23f1a08e8cb224b198b661be633a7d534f6969de | |
parent | 472477640290ab14f0d707bbd45638d27a6a2fac (diff) |
SUSV4: remove utime.h
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 2e9645846..affbe5321 100644 --- a/Makefile.in +++ b/Makefile.in @@ -278,6 +278,7 @@ HEADERS_RM-$(UCLIBC_HAS_XLOCALE) += xlocale.h 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 # BREAKAGE: include/signal.h uses it, this rm broke bbox compile: ### ucontext.h |