From 52b8c93b7180eac72721d59315aae2b592e7b3a1 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 20 Feb 2019 12:00:12 -0500 Subject: add symbols from POSIX.1b-1993 --- src/unistd/_SC_AIO_PRIO_DELTA_MAX.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/unistd/_SC_AIO_PRIO_DELTA_MAX.c (limited to 'src/unistd/_SC_AIO_PRIO_DELTA_MAX.c') diff --git a/src/unistd/_SC_AIO_PRIO_DELTA_MAX.c b/src/unistd/_SC_AIO_PRIO_DELTA_MAX.c new file mode 100644 index 00000000..ca70d203 --- /dev/null +++ b/src/unistd/_SC_AIO_PRIO_DELTA_MAX.c @@ -0,0 +1,5 @@ +#include +#define _SC_AIO_PRIO_DELTA_MAX 18 +/* +POSIX(199309) +*/ -- cgit v1.2.1