diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-03 15:06:47 +0100 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-03 18:22:53 +0100 |
commit | 96c9a8f7d00cdf6bb7968a2390b9d87da8a45e2d (patch) | |
tree | 597fcd4c444038554af4b410c9fb2db82102d4ac /Makefile.in | |
parent | 1f19ef8f9316e52f4940c34be3e056a8a41540e6 (diff) |
add _dl_errno support to errno.h, cleanup
Add support to use errno.h in ldso.
Move __set_errno into _LIBC guard.
Remove uClibc_errno.h, unused.
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index bff501681..3f1879539 100644 --- a/Makefile.in +++ b/Makefile.in @@ -215,7 +215,6 @@ HEADERS_RM- := \ bits/kernel_types.h \ bits/syscalls.h \ bits/syscalls-common.h \ - bits/uClibc_errno.h \ bits/uClibc_uintmaxtostr.h \ bits/sigcontextinfo.h \ bits/stackinfo.h \ |