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:
Jeff Johnston 2007-04-04 20:49:07 +00:00
parent db7aa4b168
commit a706aa2e1c
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View File

@ -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),