summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-07-22 04:25:47 +0000
committerRoland McGrath <roland@gnu.org>2005-07-22 04:25:47 +0000
commit42be025fc0c110abd2aaaf16a0e8eeebee491b86 (patch)
treefe1aadd2ac5ee1af671895642199b53438a3cf68
parent757beee151f9f56be2e49f7a82abc8a58734bca2 (diff)
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.
-rw-r--r--stdlib/Makefile2
-rw-r--r--wcsmbs/Makefile4
2 files changed, 3 insertions, 3 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 := \
diff --git a/wcsmbs/Makefile b/wcsmbs/Makefile
index 47a489a63c..d033de931c 100644
--- a/wcsmbs/Makefile
+++ b/wcsmbs/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1995-2000, 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1995-2000,2002,2003,2004,2005 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@
#
subdir := wcsmbs
-headers := wchar.h
+headers := wchar.h bits/wchar.h bits/wchar2.h
distribute := wcwidth.h wcsmbsload.h
routines := wcscat wcschr wcscmp wcscpy wcscspn wcsdup wcslen wcsncat \