mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
* sysdeps/generic/sysconf.c: Include <grp.h> and <pwd.h>.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
2004-11-03 Marcus Brinkmann <marcus@gnu.org>
|
2004-11-03 Marcus Brinkmann <marcus@gnu.org>
|
||||||
|
|
||||||
|
* sysdeps/generic/sysconf.c: Include <grp.h> and <pwd.h>.
|
||||||
|
|
||||||
* sysdeps/generic/tempname.c (__path_search): Add missing argument
|
* sysdeps/generic/tempname.c (__path_search): Add missing argument
|
||||||
TRY_TMPDIR.
|
TRY_TMPDIR.
|
||||||
|
|
||||||
|
@@ -18,6 +18,8 @@
|
|||||||
02111-1307 USA. */
|
02111-1307 USA. */
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <grp.h>
|
||||||
|
#include <pwd.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
Reference in New Issue
Block a user