linux & /proc

Martin von Loewis martin@mira.isdn.cs.tu-berlin.de
Mon Nov 2 07:05:00 GMT 1998


> Is /proc needed to run glibc on linux?

Not strictly. glibc uses it for getcwd(3), fstatvfs(3), and
ttyname(3). If /proc is not present, or the relevant /proc feature is
not available, glibc falls back to alternative implementations.

Hope this helps,
Martin



More information about the Libc-hacker mailing list