diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-09 14:57:58 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-09 14:57:58 -0500 |
| commit | 7102128c92c78fd8ef77070f8185313f01f3768e (patch) | |
| tree | 88cf44825e4d8e1bc9da296d5456a62e74532bc8 /src/ulimit/UL_SETFSIZE.c | |
| parent | 78ace90c3c1fa2055620ebe59f9210d9bc1e7638 (diff) | |
merge XOPEN identifiers
Diffstat (limited to 'src/ulimit/UL_SETFSIZE.c')
| -rw-r--r-- | src/ulimit/UL_SETFSIZE.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ulimit/UL_SETFSIZE.c b/src/ulimit/UL_SETFSIZE.c new file mode 100644 index 00000000..a45da28a --- /dev/null +++ b/src/ulimit/UL_SETFSIZE.c @@ -0,0 +1,5 @@ +#include <ulimit.h> +#define UL_SETFSIZE 2 +/* +XOPEN(4) +*/ |
