Skip to content

Commit

Permalink
2005-07-21 Roland McGrath <roland@redhat.com>
Browse files Browse the repository at this point in the history
	* stdlib/Makefile (headers): Move bits/wchar.h to ...
	* wcsmbs/Makefile (headers): ... here.  Add bits/wchar2.h too.
  • Loading branch information
Roland McGrath committed Jul 22, 2005
1 parent 757beee commit 42be025
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stdlib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 := \
Expand Down
4 changes: 2 additions & 2 deletions wcsmbs/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit 42be025

Please sign in to comment.