瀏覽代碼

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>


Loading…
取消
儲存