remove duplicate lfs64 cruft in stdio.h

This commit is contained in:
Rich Felker 2012-05-28 22:46:28 -04:00
parent b1cf11c090
commit 15c7af3e21
1 changed files with 0 additions and 2 deletions

View File

@ -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 *);