From b510889c88ecb683239b7ee3ad4f45c04846a594 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sun, 10 Feb 2019 15:20:54 -0500 Subject: add missing symbols --- src/stropts/struct_strbuf.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/stropts/struct_strbuf.c (limited to 'src') diff --git a/src/stropts/struct_strbuf.c b/src/stropts/struct_strbuf.c new file mode 100644 index 00000000..37e10700 --- /dev/null +++ b/src/stropts/struct_strbuf.c @@ -0,0 +1,11 @@ +#include + +struct strbuf { + int maxlen; + int len; + char *buf; +}; + +/* +XOPEN(400) +*/ -- cgit v1.2.1