mirror of git://sourceware.org/git/glibc.git
Fix nss/tst-reload2 for systems without PATH_MAX
This commit is contained in:
parent
429029a73e
commit
757a14b5ac
|
|
@ -33,6 +33,10 @@
|
|||
|
||||
#include "nss_test.h"
|
||||
|
||||
#ifndef PATH_MAX
|
||||
# define PATH_MAX 1024
|
||||
#endif
|
||||
|
||||
static struct passwd pwd_table1[] =
|
||||
{
|
||||
PWD_N (1234, "test1"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue