2007-04-04 Jeff Johnston <jjohnstn@redhat.com>
* libc/argz/argz_insert.c: Add stddef.h to get ptrdiff_t type.
This commit is contained in:
		| @@ -1,3 +1,7 @@ | ||||
| 2007-04-04  Jeff Johnston  <jjohnstn@redhat.com> | ||||
|  | ||||
| 	* libc/argz/argz_insert.c: Add stddef.h to get ptrdiff_t type. | ||||
|  | ||||
| 2007-04-04  Eric Blake  <ebb9@byu.net> | ||||
|  | ||||
| 	* libc/stdio/asiprintf.c (_asiprintf_r): Fix reentrancy. | ||||
|   | ||||
| @@ -9,6 +9,8 @@ | ||||
| #include <string.h> | ||||
| #include <stdlib.h> | ||||
| #include <argz.h> | ||||
| #define __need_ptrdiff_t | ||||
| #include <stddef.h> | ||||
|  | ||||
| error_t | ||||
| _DEFUN (argz_insert, (argz, argz_len, before, entry), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user