diff options
author | Roland McGrath <roland@gnu.org> | 2005-07-22 05:26:10 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-07-22 05:26:10 +0000 |
commit | 8075c26a4cf5ee1db6de4a27dc3d50c7cc36c9b4 (patch) | |
tree | 321af75dfc59fb444877f9915d0b94292448d894 /stdlib | |
parent | 9b7265a7943cc11b773581ea46380becba2eebcb (diff) | |
download | glibc-8075c26a4cf5ee1db6de4a27dc3d50c7cc36c9b4.tar glibc-8075c26a4cf5ee1db6de4a27dc3d50c7cc36c9b4.tar.gz glibc-8075c26a4cf5ee1db6de4a27dc3d50c7cc36c9b4.tar.bz2 glibc-8075c26a4cf5ee1db6de4a27dc3d50c7cc36c9b4.zip |
Updated to fedora-glibc-20050722T0433
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 := \ |