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 /wcsmbs | |
parent | 9b7265a7943cc11b773581ea46380becba2eebcb (diff) | |
download | glibc-8075c26a4cf5ee1db6de4a27dc3d50c7cc36c9b4.tar.gz glibc-8075c26a4cf5ee1db6de4a27dc3d50c7cc36c9b4.tar.xz glibc-8075c26a4cf5ee1db6de4a27dc3d50c7cc36c9b4.zip |
Updated to fedora-glibc-20050722T0433
Diffstat (limited to 'wcsmbs')
-rw-r--r-- | wcsmbs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ |