Added fdopen()
This commit is contained in:
parent
0cd1cfd249
commit
2a852dcff1
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ int __flushbuf(int _c, FILE *_stream);
|
||||||
|
|
||||||
#if defined(__BSD4_2) || defined(__USG) || defined(_POSIX_SOURCE)
|
#if defined(__BSD4_2) || defined(__USG) || defined(_POSIX_SOURCE)
|
||||||
int fileno(FILE *_stream);
|
int fileno(FILE *_stream);
|
||||||
|
FILE *fdopen(int fildes, const char *type);
|
||||||
#define fileno(stream) ((stream)->_fd)
|
#define fileno(stream) ((stream)->_fd)
|
||||||
#endif /* __BSD4_2 || __USG || _POSIX_SOURCE */
|
#endif /* __BSD4_2 || __USG || _POSIX_SOURCE */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue