From 425206de98078701ed42f976d76b611bb1e26d88 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 14:39:51 -0500 Subject: merge XOPEN identifiers --- src/stropts/struct_strioctl.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/stropts/struct_strioctl.c (limited to 'src/stropts/struct_strioctl.c') diff --git a/src/stropts/struct_strioctl.c b/src/stropts/struct_strioctl.c new file mode 100644 index 00000000..8b89f4ed --- /dev/null +++ b/src/stropts/struct_strioctl.c @@ -0,0 +1,12 @@ +#include + +struct strioctl { + int ic_cmd; + int ic_timeout; + int ic_len; + char *ic_dp; +}; + +/* +XOPEN(400) +*/ -- cgit v1.2.1