소스 검색

Merge pull request #14 from szlin/master

Add definition of PATH_MAX on GNU/Hurd
master
Arun Prakash Jana GitHub 7 년 전
부모
커밋
aab4991dda
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      nnn.c

+ 3
- 0
nnn.c 파일 보기

@@ -13,6 +13,9 @@
#include <fcntl.h>
#include <grp.h>
#include <limits.h>
#ifdef __gnu_hurd__
#define PATH_MAX 4096
#endif
#include <locale.h>
#include <pwd.h>
#include <regex.h>


불러오는 중...
취소
저장