mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
Update.
* grp/initgroups.c: Include stdlib.h. Patch by Zack Weinberg.
This commit is contained in:
parent
14eb5d5d34
commit
0a1590ba53
@ -12,6 +12,9 @@
|
||||
* sysdeps/unix/sysv/linux/Dist: Add sys/sendfile.h.
|
||||
* sysdeps/unix/sysv/linux/arm/Dist: Add init-first.h.
|
||||
|
||||
* grp/initgroups.c: Include stdlib.h.
|
||||
Patch by Zack Weinberg.
|
||||
|
||||
1998-09-14 22:46 Tim Waugh <tim@cyberelk.demon.co.uk>
|
||||
|
||||
* posix/wordexp-test.c: Chet Ramey confirmed that bash's behaviour
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <errno.h>
|
||||
#include <grp.h>
|
||||
#include <limits.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
|
Loading…
Reference in New Issue
Block a user