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:
parent
db7aa4b168
commit
a706aa2e1c
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue