summaryrefslogtreecommitdiff
path: root/src/stdio/fpos_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fpos_t.c')
-rw-r--r--src/stdio/fpos_t.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/stdio/fpos_t.c b/src/stdio/fpos_t.c
deleted file mode 100644
index fe55a7af..00000000
--- a/src/stdio/fpos_t.c
+++ /dev/null
@@ -1,13 +0,0 @@
-typedef struct __fpos_t *
- fpos_t;
-
-/** file position **/
-
-/***
-is used to record information about individual positions within a TYPEDEF(FILE)
-stream.
-***/
-
-/*
-STDC(1)
-*/