summaryrefslogtreecommitdiff
path: root/src/unistd/_unistd.h
blob: 3f35ff1791630629438f1b86587edd6e6e903b22 (plain)
1
2
3
4
5
6
7
8
#ifndef ___UNISTD_H__
#define ___UNISTD_H__

#ifndef PATH_MAX
#define PATH_MAX _POSIX_PATH_MAX
#endif

#endif