Opened 16 years ago

Closed 13 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 Changed 13 years ago by bird

Status: newassigned

comment:2 Changed 13 years ago by bird

Component: libclibc-backend
Keywords: isatty added

comment:3 Changed 13 years ago by bird

(In [3728]) testcase for the alleged isatty bug. References #197.

comment:4 Changed 13 years ago by bird

Resolution: worksforme
Status: assignedclosed
Note: See TracTickets for help on using tickets.