summaryrefslogtreecommitdiff
path: root/src/stropts/struct_strbuf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stropts/struct_strbuf.h')
-rw-r--r--src/stropts/struct_strbuf.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/stropts/struct_strbuf.h b/src/stropts/struct_strbuf.h
deleted file mode 100644
index 37e10700..00000000
--- a/src/stropts/struct_strbuf.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#include <stropts.h>
-
-struct strbuf {
- int maxlen;
- int len;
- char *buf;
-};
-
-/*
-XOPEN(400)
-*/