]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2005-07-21 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Fri, 22 Jul 2005 04:25:47 +0000 (04:25 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 22 Jul 2005 04:25:47 +0000 (04:25 +0000)
* stdlib/Makefile (headers): Move bits/wchar.h to ...
* wcsmbs/Makefile (headers): ... here.  Add bits/wchar2.h too.

stdlib/Makefile
wcsmbs/Makefile

index 841663129dbff5bcfe3dc926cc68c80d55d73780..509a7b2228a883e410576294fd3b12a945b0043d 100644 (file)
@@ -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       :=                                                            \
index 47a489a63c6e356da55c7dcdbd60d3a7bf2f820d..d033de931c10cb619e5d2637b2b92f33ad40fe2b 100644 (file)
@@ -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 \