Opened 16 years ago
Closed 14 years ago
#197 closed defect (worksforme)
isatty() doesn't return zero for named pipe handle
Reported by: | guest | Owned by: | bird |
---|---|---|---|
Priority: | normal | Milestone: | libc-0.6.4 |
Component: | libc-backend | Version: | |
Severity: | normal | Keywords: | isatty |
Cc: |
Description
From froloff
isatty() function return wrong value for named pipe handle, which was inherited from parent process.
It works fine for unnamed pipe handles.
I didn't test isatty() behavior, if named pipe created inside the process calling this function.
Tested with libc063 version.
Change History (4)
comment:1 by , 14 years ago
Status: | new → assigned |
---|
comment:2 by , 14 years ago
Component: | libc → libc-backend |
---|---|
Keywords: | isatty added |
comment:3 by , 14 years ago
comment:4 by , 14 years ago
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [3728]) testcase for the alleged isatty bug. References #197.