diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-10 15:26:27 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-10 15:26:27 -0500 |
| commit | 7defc772a8b63a39b53dfcc308cb69f8301f0516 (patch) | |
| tree | e86cfb0b4472ceb120ce96d0cbfa9a519169d88e /src/stdlib | |
| parent | 4ed93588a068869778238b53ceef734503b8fcd7 (diff) | |
add missing symbols
Diffstat (limited to 'src/stdlib')
| -rw-r--r-- | src/stdlib/WEXITSTATUS.ref | 3 | ||||
| -rw-r--r-- | src/stdlib/WIFEXITED.ref | 3 | ||||
| -rw-r--r-- | src/stdlib/WIFSIGNALED.ref | 3 | ||||
| -rw-r--r-- | src/stdlib/WIFSTOPPED.ref | 3 | ||||
| -rw-r--r-- | src/stdlib/WNOHANG.ref | 3 | ||||
| -rw-r--r-- | src/stdlib/WSTOPSIG.ref | 3 | ||||
| -rw-r--r-- | src/stdlib/WTERMSIG.ref | 3 | ||||
| -rw-r--r-- | src/stdlib/WUNTRACED.ref | 3 |
8 files changed, 24 insertions, 0 deletions
diff --git a/src/stdlib/WEXITSTATUS.ref b/src/stdlib/WEXITSTATUS.ref new file mode 100644 index 00000000..c7839f64 --- /dev/null +++ b/src/stdlib/WEXITSTATUS.ref @@ -0,0 +1,3 @@ +#include <stdlib.h> +REFERENCE(sys/wait/WEXITSTATUS.c) +XOPEN(4) diff --git a/src/stdlib/WIFEXITED.ref b/src/stdlib/WIFEXITED.ref new file mode 100644 index 00000000..fec36122 --- /dev/null +++ b/src/stdlib/WIFEXITED.ref @@ -0,0 +1,3 @@ +#include <stdlib.h> +REFERENCE(sys/wait/WIFEXITED.c) +XOPEN(4) diff --git a/src/stdlib/WIFSIGNALED.ref b/src/stdlib/WIFSIGNALED.ref new file mode 100644 index 00000000..d5a0975e --- /dev/null +++ b/src/stdlib/WIFSIGNALED.ref @@ -0,0 +1,3 @@ +#include <stdlib.h> +REFERENCE(sys/wait/WIFSIGNALED.c) +XOPEN(4) diff --git a/src/stdlib/WIFSTOPPED.ref b/src/stdlib/WIFSTOPPED.ref new file mode 100644 index 00000000..dd4b7b8c --- /dev/null +++ b/src/stdlib/WIFSTOPPED.ref @@ -0,0 +1,3 @@ +#include <stdlib.h> +REFERENCE(sys/wait/WIFSTOPPED.c) +XOPEN(4) diff --git a/src/stdlib/WNOHANG.ref b/src/stdlib/WNOHANG.ref new file mode 100644 index 00000000..abf0a225 --- /dev/null +++ b/src/stdlib/WNOHANG.ref @@ -0,0 +1,3 @@ +#include <stdlib.h> +REFERENCE(sys/wait/WNOHANG.c) +XOPEN(4) diff --git a/src/stdlib/WSTOPSIG.ref b/src/stdlib/WSTOPSIG.ref new file mode 100644 index 00000000..222d530f --- /dev/null +++ b/src/stdlib/WSTOPSIG.ref @@ -0,0 +1,3 @@ +#include <stdlib.h> +REFERENCE(sys/wait/WSTOPSIG.c) +XOPEN(4) diff --git a/src/stdlib/WTERMSIG.ref b/src/stdlib/WTERMSIG.ref new file mode 100644 index 00000000..169dac05 --- /dev/null +++ b/src/stdlib/WTERMSIG.ref @@ -0,0 +1,3 @@ +#include <stdlib.h> +REFERENCE(sys/wait/WTERMSIG.c) +XOPEN(4) diff --git a/src/stdlib/WUNTRACED.ref b/src/stdlib/WUNTRACED.ref new file mode 100644 index 00000000..08aa688e --- /dev/null +++ b/src/stdlib/WUNTRACED.ref @@ -0,0 +1,3 @@ +#include <stdlib.h> +REFERENCE(sys/wait/WUNTRACED.c) +XOPEN(4) |
