diff options
author | Roland McGrath <roland@gnu.org> | 2005-07-22 04:25:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-07-22 04:25:47 +0000 |
commit | 42be025fc0c110abd2aaaf16a0e8eeebee491b86 (patch) | |
tree | fe1aadd2ac5ee1af671895642199b53438a3cf68 /stdlib | |
parent | 757beee151f9f56be2e49f7a82abc8a58734bca2 (diff) | |
download | glibc-42be025fc0c110abd2aaaf16a0e8eeebee491b86.tar glibc-42be025fc0c110abd2aaaf16a0e8eeebee491b86.tar.gz glibc-42be025fc0c110abd2aaaf16a0e8eeebee491b86.tar.bz2 glibc-42be025fc0c110abd2aaaf16a0e8eeebee491b86.zip |
2005-07-21 Roland McGrath <roland@redhat.com>
* stdlib/Makefile (headers): Move bits/wchar.h to ...
* wcsmbs/Makefile (headers): ... here. Add bits/wchar2.h too.
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 841663129d..509a7b2228 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -22,7 +22,7 @@ subdir := stdlib headers := stdlib.h alloca.h monetary.h fmtmsg.h ucontext.h sys/ucontext.h \ - inttypes.h stdint.h bits/wordsize.h bits/wchar.h \ + inttypes.h stdint.h bits/wordsize.h \ errno.h sys/errno.h bits/errno.h bits/stdlib.h routines := \ |