1
0
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:
DJ Delorie
2021-01-27 20:05:26 -05:00
parent 429029a73e
commit 757a14b5ac

View File

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