mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
compile before commit (gah!)
This commit is contained in:
parent
a6931b3923
commit
8c57c3a9fe
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const cha
|
|||
#ifdef ESPIPE
|
||||
if (stream->position == (off_t)-1 && errno == ESPIPE) {
|
||||
stream->position = 0;
|
||||
stream->is_pipe = 1;
|
||||
self->is_pipe = 1;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue