mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-08-15 21:26:59 +00:00
Don't declare popen and pclose.
This commit is contained in:
parent
84a2343ce4
commit
eee6ee7566
@ -157,8 +157,10 @@ FILE *tmpfile(void) __attribute__((__deprecated__("tmpfile is not defined on WAS
|
||||
FILE *fmemopen(void *__restrict, size_t, const char *__restrict);
|
||||
FILE *open_memstream(char **, size_t *);
|
||||
FILE *fdopen(int, const char *);
|
||||
#ifdef __wasilibc_unmodified_upstream /* WASI has no popen */
|
||||
FILE *popen(const char *, const char *);
|
||||
int pclose(FILE *);
|
||||
#endif
|
||||
int fileno(FILE *);
|
||||
int fseeko(FILE *, off_t, int);
|
||||
off_t ftello(FILE *);
|
||||
|
Loading…
Reference in New Issue
Block a user