2002-10-16 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 16 Oct 2002 22:09:41 +0000 (22:09 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 16 Oct 2002 22:09:41 +0000 (22:09 +0000)
commitcfe08a2c2a29a3b80a3773d649a551973d17a544
tree7486695cd8b5b2b4c5e339bec20675b95813e5b2
parenta52739414798c58bf90239a3b354ed0e948559f7
2002-10-16  Roland McGrath  <roland@redhat.com>

* sysdeps/unix/sysv/linux/fpathconf.c (LINUX_LINK_MAX): Move macro ...
* sysdeps/unix/sysv/linux/linux_fsinfo.h (LINUX_LINK_MAX): ... here.
* sysdeps/unix/sysv/linux/pathconf.h: New file.
(statfs_link_max): New function, guts from fpathconf.c.
* sysdeps/unix/sysv/linux/fpathconf.c: Rewritten using that.
* sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
* sysdeps/unix/sysv/linux/alpha/pathconf.c (__pathconf): Rewritten
to use the linux/pathconf.c code by #include rather than duplication.
* sysdeps/unix/sysv/linux/alpha/fpathconf.c (__pathconf): Likewise.
sysdeps/unix/sysv/linux/alpha/fpathconf.c
sysdeps/unix/sysv/linux/alpha/pathconf.c