Re: Who changed /proc/<pid>/ in 2.6.0-test5-bk9?

From: Jamie Lokier
Date: Thu Oct 02 2003 - 17:37:40 EST


Miquel van Smoorenburg wrote:
> How about use /proc/self/task/self/fd/%d if /proc/self/task/self
> exists, /proc/self/fd/%d otherwise ?

/dev/stdin is a symbolic link to /proc/self/fd/0.

open("/dev/stdin", O_RDONLY) should always work, if descriptor 0 is readable.

Maybe you're saying /dev/stdin should be changed to link to
/proc/self/task/self/fd/0?

-- Jamie
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/