-
Notifications
You must be signed in to change notification settings - Fork 571
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perlio and stdio inconsistent about "wrong way" fd open #11473
Comments
From @nwc10Created by @nwc10
as perlio is the default, I could write that as:
I don't think that they should differ in behaviour. The above is repeatable on at least Linux, FreeBSD and OS X, so my hunch is The difference is because the stdio library uses fcntl() to determine the
PerlIO doesn't:
My initial feeling is that PerlIO should do the fnctl() check [on any POSIX Nicholas Clark Perl Info
|
From @cpansproutOn Mon Jul 04 02:55:14 2011, nicholas wrote:
Makes sense to me. |
The RT System itself - Status changed from 'new' to 'open' |
Migrated from rt.perl.org#94034 (status was 'open')
Searchable as RT94034$
The text was updated successfully, but these errors were encountered: