2002-08-28 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdlib/wmemchr.c: Explicitly include <_ansi.h>.
        * libc/stdlib/wmemcmp.c: Ditto.
        * libc/stdlib/wmemcpy.c: Ditto.
        * libc/stdlib/wmemmove.c: Ditto.
        * libc/stdlib/wmemset.c: Ditto.
			
			
This commit is contained in:
		| @@ -1,3 +1,11 @@ | |||||||
|  | 2002-08-28  Jeff Johnston  <jjohnstn@redhat.com> | ||||||
|  |  | ||||||
|  | 	* libc/stdlib/wmemchr.c: Explicitly include <_ansi.h>. | ||||||
|  | 	* libc/stdlib/wmemcmp.c: Ditto. | ||||||
|  | 	* libc/stdlib/wmemcpy.c: Ditto. | ||||||
|  | 	* libc/stdlib/wmemmove.c: Ditto. | ||||||
|  | 	* libc/stdlib/wmemset.c: Ditto. | ||||||
|  |  | ||||||
| 2002-08-27  Egor Duda  <deo@logos-m.ru> | 2002-08-27  Egor Duda  <deo@logos-m.ru> | ||||||
|  |  | ||||||
| 	* libc/stdlib/wmemchr.c: New file. | 	* libc/stdlib/wmemchr.c: New file. | ||||||
|   | |||||||
| @@ -26,6 +26,7 @@ | |||||||
|  *	citrus Id: wmemchr.c,v 1.2 2000/12/20 14:08:31 itojun Exp |  *	citrus Id: wmemchr.c,v 1.2 2000/12/20 14:08:31 itojun Exp | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|  | #include <_ansi.h> | ||||||
| #include <stdlib.h> | #include <stdlib.h> | ||||||
| #include <wchar.h> | #include <wchar.h> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -26,6 +26,7 @@ | |||||||
|  *	citrus Id: wmemcmp.c,v 1.2 2000/12/20 14:08:31 itojun Exp |  *	citrus Id: wmemcmp.c,v 1.2 2000/12/20 14:08:31 itojun Exp | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|  | #include <_ansi.h> | ||||||
| #include <wchar.h> | #include <wchar.h> | ||||||
|  |  | ||||||
| int | int | ||||||
|   | |||||||
| @@ -26,6 +26,7 @@ | |||||||
|  *	citrus Id: wmemcpy.c,v 1.2 2000/12/20 14:08:31 itojun Exp |  *	citrus Id: wmemcpy.c,v 1.2 2000/12/20 14:08:31 itojun Exp | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|  | #include <_ansi.h> | ||||||
| #include <string.h> | #include <string.h> | ||||||
| #include <wchar.h> | #include <wchar.h> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -26,6 +26,7 @@ | |||||||
|  *	citrus Id: wmemmove.c,v 1.2 2000/12/20 14:08:31 itojun Exp |  *	citrus Id: wmemmove.c,v 1.2 2000/12/20 14:08:31 itojun Exp | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|  | #include <_ansi.h> | ||||||
| #include <string.h> | #include <string.h> | ||||||
| #include <wchar.h> | #include <wchar.h> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -26,6 +26,7 @@ | |||||||
|  *	citrus Id: wmemset.c,v 1.2 2000/12/20 14:08:31 itojun Exp |  *	citrus Id: wmemset.c,v 1.2 2000/12/20 14:08:31 itojun Exp | ||||||
|  */ |  */ | ||||||
|  |  | ||||||
|  | #include <_ansi.h> | ||||||
| #include <wchar.h> | #include <wchar.h> | ||||||
|  |  | ||||||
| wchar_t	* | wchar_t	* | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user