diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-10 14:05:57 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-10 14:05:57 -0500 |
| commit | 803354bd8611ca7ff3fa34752aaba4981a4d3ef9 (patch) | |
| tree | 11d841ff3787b4ad4795ff81310635d71622f9e7 /src/unistd/_SC_2_C_VERSION.c | |
| parent | e3dabd20f1853ff7c0a597270b943c77c869d44b (diff) | |
add missing symbols
Diffstat (limited to 'src/unistd/_SC_2_C_VERSION.c')
| -rw-r--r-- | src/unistd/_SC_2_C_VERSION.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/unistd/_SC_2_C_VERSION.c b/src/unistd/_SC_2_C_VERSION.c new file mode 100644 index 00000000..3e62cf45 --- /dev/null +++ b/src/unistd/_SC_2_C_VERSION.c @@ -0,0 +1,6 @@ +#include <unistd.h> +#define _SC_2_C_VERSION 1 +/* +POSIX(2) +*/ + |
