Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 225409
Collapse All | Expand All

(-)./mono/io-layer/wapi_glob.c.orig (+7 lines)
Lines 52-57 Link Here
52
#include <string.h>
52
#include <string.h>
53
#include <unistd.h>
53
#include <unistd.h>
54
54
55
#if defined(_SC_ARG_MAX)
56
# if defined(ARG_MAX)
57
#    undef ARG_MAX
58
# endif
59
# define ARG_MAX sysconf (_SC_ARG_MAX)
60
#endif"
61
55
#include "wapi_glob.h"
62
#include "wapi_glob.h"
56
63
57
#define	EOS		'\0'
64
#define	EOS		'\0'

Return to bug 225409