This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

DEV_TTY_P


Is there any objection to making the DEV_TTY_P macro (and any similar
things that get added) take a struct stat * argument instead of dev_t?
We might want to add the optimized isatty check for the Hurd, but 
the test would be on different st_* fields, not just on st_rdev.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]