2002-10-16 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 16 Oct 2002 22:09:42 +0000 (22:09 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 16 Oct 2002 22:09:42 +0000 (22:09 +0000)
commit0d83b42e2d59b722a66c7e3fed50437a647ed4ee
treee5f076619fbeeed4bf552f418a1f84ab56de76c5
parentf977f8e52003aae1cf295c05d485d62b75ffbaab
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
sysdeps/unix/sysv/linux/fpathconf.c
sysdeps/unix/sysv/linux/linux_fsinfo.h
sysdeps/unix/sysv/linux/pathconf.c
sysdeps/unix/sysv/linux/pathconf.h [new file with mode: 0644]