From 7defc772a8b63a39b53dfcc308cb69f8301f0516 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 10 Feb 2019 15:26:27 -0500 Subject: add missing symbols --- src/stdlib/WEXITSTATUS.ref | 3 +++ src/stdlib/WIFEXITED.ref | 3 +++ src/stdlib/WIFSIGNALED.ref | 3 +++ src/stdlib/WIFSTOPPED.ref | 3 +++ src/stdlib/WNOHANG.ref | 3 +++ src/stdlib/WSTOPSIG.ref | 3 +++ src/stdlib/WTERMSIG.ref | 3 +++ src/stdlib/WUNTRACED.ref | 3 +++ 8 files changed, 24 insertions(+) create mode 100644 src/stdlib/WEXITSTATUS.ref create mode 100644 src/stdlib/WIFEXITED.ref create mode 100644 src/stdlib/WIFSIGNALED.ref create mode 100644 src/stdlib/WIFSTOPPED.ref create mode 100644 src/stdlib/WNOHANG.ref create mode 100644 src/stdlib/WSTOPSIG.ref create mode 100644 src/stdlib/WTERMSIG.ref create mode 100644 src/stdlib/WUNTRACED.ref (limited to 'src/stdlib') 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 +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 +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 +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 +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 +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 +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 +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 +REFERENCE(sys/wait/WUNTRACED.c) +XOPEN(4) -- cgit v1.2.1