summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/stdio.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/stdio.h b/include/stdio.h
index e4740eb9..a44919a9 100644
--- a/include/stdio.h
+++ b/include/stdio.h
@@ -157,8 +157,6 @@ char *tempnam(const char *, const char *);
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
#define L_cuserid 20
char *cuserid(char *);
-#undef off64_t
-#define off64_t off_t
int asprintf(char **, const char *, ...);
int vasprintf(char **, const char *, va_list);
void setlinebuf(FILE *);