diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-02-09 14:39:51 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-02-09 14:39:51 -0500 |
| commit | 425206de98078701ed42f976d76b611bb1e26d88 (patch) | |
| tree | 69b1ee0d14fa37e8cdd169e9bd4567c3531080ab /src/stropts/struct_strioctl.c | |
| parent | ae9f7ec577e7a8cfd474d7772eb31afd487ff099 (diff) | |
merge XOPEN identifiers
Diffstat (limited to 'src/stropts/struct_strioctl.c')
| -rw-r--r-- | src/stropts/struct_strioctl.c | 12 |
1 files changed, 12 insertions, 0 deletions
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 <stropts.h> + +struct strioctl { + int ic_cmd; + int ic_timeout; + int ic_len; + char *ic_dp; +}; + +/* +XOPEN(400) +*/ |
