mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
Fix nss/tst-reload2 for systems without PATH_MAX
This commit is contained in:
@@ -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"),
|
||||
|
Reference in New Issue
Block a user