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