glibc/sysdeps/mach/hurd
Ulrich Drepper 7fb90fb89b Fix Linux getcwd for long paths
The getcwd syscall (so far?) can only handle path up to one page
in size.  There is no limit about directory hierarchy depth, though,
and the POSIX getcwd is supposed to handle this.  In that case fall
back to the generic getcwd.

Additionally, optimize the generic getcwd to use openat when possible
to change the asymptotic performance from O(N^2) to O(n).
2011-05-08 08:37:19 -04:00
..
bits Define __rtld_lock_recursive_* for Hurd. 2010-01-18 14:44:22 -08:00
i386 Remove .ctors' and .dtors' output sections 2010-12-24 20:14:37 -05:00
net 2002-08-20 Brian Youmans <3diff@gnu.org> 2002-08-20 21:51:55 +00:00
powerpc Remove .ctors' and .dtors' output sections 2010-12-24 20:14:37 -05:00
sys Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
_exit.c * include/unistd.h: Uncomment libc_hidden_proto for _exit. 2002-09-17 05:42:29 +00:00
_G_config.h * iconv/gconv_int.h (__GCONV_NULCONV): New internal only error code. 2007-07-28 19:02:07 +00:00
accept.c Update. 2002-12-31 20:46:11 +00:00
access.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
adjtime.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
bind.c Update. 2002-05-15 00:22:23 +00:00
brk.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
chdir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
check_fds.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
chflags.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
chmod.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
chown.c Update. 2002-08-03 07:02:10 +00:00
chroot.c 2002-05-13 Marcus Brinkmann <marcus@gnu.org> 2002-05-13 01:48:25 +00:00
clock.c * sysdeps/mach/hurd/clock.c: New file. 2001-08-13 02:05:11 +00:00
close.c Update. 2002-08-03 07:02:10 +00:00
closedir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
configure configure tweaks, support $libc_add_on_config_subdirs 2009-09-15 14:14:42 -07:00
configure.in 2004-02-10 Roland McGrath <roland@frob.com> 2004-02-11 01:02:11 +00:00
connect.c Update. 2002-04-09 20:36:24 +00:00
cthreads.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
device-nrs.h 2001-07-20 Roland McGrath <roland@frob.com> 2001-07-21 06:02:09 +00:00
dirfd.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
dirstream.h 2002-06-08 Roland McGrath <roland@frob.com> 2002-06-11 23:03:07 +00:00
dl-cache.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
dl-execstack.c (_dl_make_stack_executable): Disable for static linking. 2004-03-20 20:30:05 +00:00
dl-sysdep.c Fix typos from last patch. 2010-03-29 18:43:06 -07:00
dl-sysdep.h [BZ #1253] 2005-10-16 09:57:50 +00:00
dup2.c Update. 2002-08-03 07:02:10 +00:00
enbl-secure.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
err_hurd.sub
errlist.c 2002-08-26 Roland McGrath <roland@redhat.com> 2002-08-27 09:22:36 +00:00
errno-loc.c Update. 2003-02-21 07:07:52 +00:00
errno.c * sysdeps/mach/hurd/errno.c: New file. 2005-12-29 10:51:20 +00:00
errnos.awk 2002-07-19 Roland McGrath <roland@frob.com> 2002-07-22 03:54:21 +00:00
euidaccess.c * io/euidaccess.c: Add eaccess as an alias. 2006-01-06 11:22:10 +00:00
execve.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
faccessat.c * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
fchdir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fchflags.c Remove doubled words. 2011-04-22 21:34:32 -04:00
fchmod.c Remove doubled words. 2011-04-22 21:34:32 -04:00
fchmodat.c * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
fchown.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fchownat.c * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
fcntl.c 2007-10-17 Roland McGrath <roland@frob.com> 2007-10-17 22:32:35 +00:00
fdatasync.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fdopendir.c * sysdeps/mach/hurd/fdopendir.c (__fdopendir): Use O_DIRECTORY 2006-03-05 11:38:04 +00:00
fexecve.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fgetxattr.c * hurd/hurd/xattr.h: New file. 2006-02-20 22:12:40 +00:00
flistxattr.c * hurd/hurd/xattr.h: New file. 2006-02-20 22:12:40 +00:00
flock.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fork.c . 2007-07-31 13:33:18 +00:00
fpathconf.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fremovexattr.c * hurd/hurd/xattr.h: New file. 2006-02-20 22:12:40 +00:00
fsetxattr.c * hurd/hurd/xattr.h: New file. 2006-02-20 22:12:40 +00:00
fstatfs64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
fstatfs.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
fstatvfs64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
fstatvfs.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
fsync.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ftruncate.c Remove doubled words. 2011-04-22 21:34:32 -04:00
futimes.c . 2007-07-31 13:33:18 +00:00
fxstat64.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
fxstat.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
fxstatat64.c * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
fxstatat.c * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
getclktck.c * sysdeps/mach/hurd/clock.c: New file. 2001-08-13 02:05:11 +00:00
getcwd.c Hurd: Fix spurious mach_port_deallocate in getcwd. 2009-12-22 11:47:13 -08:00
getdents.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
getdomain.c * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!). 2002-08-12 02:02:20 +00:00
getdtsz.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getegid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
geteuid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getgid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getgroups.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
gethostid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
gethostname.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getitimer.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getlogin_r.c * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!). 2002-08-12 02:02:20 +00:00
getlogin.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getpeername.c [BZ #1254] 2005-10-23 00:46:40 +00:00
getpgid.c Update. 2002-08-03 07:02:10 +00:00
getpid.c * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr, 2002-08-04 03:30:56 +00:00
getppid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getpriority.c * include/sys/resource.h: Use libc_hidden_proto for getpriority, 2002-08-04 03:50:21 +00:00
getresgid.c [BZ #2329] 2006-02-21 02:30:10 +00:00
getresuid.c [BZ #2329] 2006-02-21 02:30:10 +00:00
getrlimit.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getrusage.c 2001-08-04 Roland McGrath <roland@frob.com> 2001-08-05 20:39:59 +00:00
getsid.c [BZ #2178] 2006-02-21 02:33:00 +00:00
getsockname.c Update. 2002-05-15 00:22:23 +00:00
getsockopt.c * mach/setup-thread.c (__mach_setup_thread): int -> natural_t 2002-04-08 02:16:43 +00:00
getuid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
getxattr.c * hurd/hurd/xattr.h: New file. 2006-02-20 22:12:40 +00:00
group_member.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
if_index.c Remove useless "if" before "free". 2008-03-19 06:43:34 +00:00
ifreq.c * sysdeps/mach/hurd/ifreq.c: Add missing #includes. 2005-12-21 22:54:00 +00:00
ifreq.h Fix __if_freereq crash: Unlike the generic version which uses free, Hurd needs munmap. 2011-02-21 16:53:10 -08:00
Implies
init-posix.c * sysdeps/alpha/fpu/s_cacosf.c: Don't use sysdeps/generic/. 2005-12-15 21:13:14 +00:00
ioctl.c * sysdeps/mach/hurd/errno.c: New file. 2005-12-29 10:51:20 +00:00
isatty.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
jmp-unwind.c 2006-01-10 Thomas Schwinge <tschwinge@gnu.org> 2006-01-10 19:09:01 +00:00
kernel-features.h Hurd-specific kernel-features.h. 2007-11-13 16:28:42 +00:00
kill.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lchmod.c 2002-11-25 Roland McGrath <roland@frob.com> 2002-11-26 03:20:30 +00:00
lchown.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
lgetxattr.c * hurd/hurd/xattr.h: New file. 2006-02-20 22:12:40 +00:00
libc_p-ldscript
libc-ldscript
link.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
linkat.c Hurd: Fix linkat symlink handling. 2010-06-02 10:25:56 -07:00
listen.c Update. 2002-05-15 00:22:23 +00:00
listxattr.c * hurd/hurd/xattr.h: New file. 2006-02-20 22:12:40 +00:00
lseek64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
lseek.c Update. 2002-12-31 20:46:11 +00:00
lsetxattr.c * hurd/hurd/xattr.h: New file. 2006-02-20 22:12:40 +00:00
lutimes.c . 2007-07-31 13:33:18 +00:00
lxstat64.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
lxstat.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
Makeconfig 2002-06-14 Roland McGrath <roland@frob.com> 2002-06-15 20:08:25 +00:00
Makefile * sysdeps/mach/hurd/Makefile (sysdep_headers) [subdir=socket]: 2009-01-07 01:59:43 +00:00
malloc-machine.h * bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address, 2008-11-07 15:07:10 +00:00
mig-reply.c * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue. 2005-08-05 21:16:35 +00:00
mkdir.c * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split 2002-08-18 20:37:12 +00:00
mkdirat.c Fix Hurd mkdirat. 2009-09-28 11:37:20 -07:00
mlock.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
mmap.c Update. 2004-06-01 18:53:04 +00:00
munlock.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
open64.c * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
open.c 2008-07-06 Samuel Thibault <samuel.thibault@ens-lyon.org> 2008-07-07 00:41:05 +00:00
openat64.c * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
openat.c 2008-07-06 Samuel Thibault <samuel.thibault@ens-lyon.org> 2008-07-07 00:41:05 +00:00
opendir.c * sysdeps/mach/hurd/opendir.c (__opendir): Likewise. 2006-03-05 11:53:37 +00:00
pathconf.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
pipe.c Update. 2002-08-03 07:02:10 +00:00
poll.c Update. 2002-08-03 07:02:10 +00:00
ppoll.c 2006-01-20 Roland McGrath <roland@frob.com> 2006-01-21 00:19:49 +00:00
pread64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
pread.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
prof-freq.c
profil.c [BZ #1249, BZ #1252] 2005-10-16 10:32:31 +00:00
pselect.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ptrace.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
ptsname.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
pwrite64.c * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def. 2002-08-30 01:31:18 +00:00
pwrite.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
read.c Update. 2002-08-03 07:02:10 +00:00
readdir64_r.c Add space inf weak_alias use. 2005-05-26 14:30:51 +00:00
readdir64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
readdir_r.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
readdir.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
readlink.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
reboot.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
recv.c * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS. 2008-07-02 19:35:02 +00:00
recvfrom.c * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS. 2008-07-02 19:35:02 +00:00
recvmsg.c * sysdeps/mach/hurd/recv.c (__recv): Initialize NPORTS. 2008-07-02 19:35:02 +00:00
removexattr.c * hurd/hurd/xattr.h: New file. 2006-02-20 22:12:40 +00:00
rename.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
revoke.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
rewinddir.c Fix Linux getcwd for long paths 2011-05-08 08:37:19 -04:00
rmdir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sbrk.c Update. 2002-08-03 07:02:10 +00:00
seekdir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
select.c Update. 2002-08-03 07:02:10 +00:00
send.c 2008-07-01 Samuel Thibault <samuel.thibault@ens-lyon.org> 2008-07-02 09:53:29 +00:00
sendfile64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
sendfile.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
sendmsg.c Hurd: fix sendmsg memory leak in error paths 2010-07-20 19:19:34 -07:00
sendto.c * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Define MSG_NOSIGNAL. 2008-07-02 09:54:02 +00:00
setdomain.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setegid.c 2002-08-13 Jakub Jelinek <jakub@redhat.com> 2002-08-13 00:22:49 +00:00
seteuid.c 2002-08-13 Jakub Jelinek <jakub@redhat.com> 2002-08-13 00:22:49 +00:00
setgid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setgroups.c * include/sys/wait.h (__waitpid): Add libc_hidden_proto. 2002-08-13 01:08:15 +00:00
sethostid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sethostname.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setitimer.c [BZ #1249, BZ #1252] 2005-10-16 10:32:31 +00:00
setlogin.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setpgid.c Update. 2002-08-03 07:02:10 +00:00
setpriority.c * include/sys/resource.h: Use libc_hidden_proto for getpriority, 2002-08-04 03:50:21 +00:00
setregid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setresgid.c [BZ #2329] 2006-02-21 02:30:10 +00:00
setresuid.c [BZ #2329] 2006-02-21 02:30:10 +00:00
setreuid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setrlimit.c 2001-10-07 Roland McGrath <roland@frob.com> 2001-10-10 20:10:51 +00:00
setsid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setsockopt.c Update. 2002-05-15 00:22:23 +00:00
settimeofday.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setuid.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
setxattr.c * hurd/hurd/xattr.h: New file. 2006-02-20 22:12:40 +00:00
shutdown.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sigaction.c [BZ #3665, BZ #4126, BZ #4178, BZ #4610] 2007-07-23 00:38:55 +00:00
sigaltstack.c Add space inf weak_alias use. 2005-05-26 14:30:51 +00:00
siglist.h * sysdeps/gnu/siglist.c (PTR_SIZE_STR): Remove. 2002-11-01 20:48:37 +00:00
sigpending.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sigprocmask.c * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset, 2002-01-02 10:52:56 +00:00
sigstack.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
sigsuspend.c [BZ #3665, BZ #4126, BZ #4178, BZ #4610] 2007-07-23 00:38:55 +00:00
sigwait.c * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset, 2002-01-02 10:52:56 +00:00
socket.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
socketpair.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
spawni.c Update. 2004-06-01 18:53:04 +00:00
statfs64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
statfs.c Update. 2002-08-03 07:02:10 +00:00
statfsconv.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
statvfs64.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
statvfs.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
Subdirs * sysdeps/mach/hurd/Subdirs: Use "first hurd". 2006-03-01 08:52:13 +00:00
symlink.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
symlinkat.c * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
sync.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
telldir.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
times.c * sysdeps/mach/hurd/times.c (__times): Use union instead of cast. 2004-02-11 02:01:22 +00:00
tls.h [BZ #3665, BZ #4126, BZ #4178, BZ #4610] 2007-07-23 00:38:55 +00:00
tmpfile64.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00
tmpfile.c 2003-04-26 Roland McGrath <roland@frob.com> 2003-04-26 22:32:41 +00:00
truncate.c Update. 2004-06-30 07:43:11 +00:00
ttyname_r.c Hurd: fix ttyname{,_r} errno result for non-ttys 2010-08-03 09:54:22 -07:00
ttyname.c Hurd: fix ttyname{,_r} errno result for non-ttys 2010-08-03 09:54:22 -07:00
umask.c Update to LGPL v2.1. 2001-07-06 04:58:11 +00:00
uname.c * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname. 2002-08-05 22:47:19 +00:00
unlink.c * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split 2002-08-18 20:37:12 +00:00
unlinkat.c * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
utimes.c . 2007-07-31 13:33:18 +00:00
Versions Update. 2004-06-01 18:53:04 +00:00
wait4.c 2002-04-23 Roland McGrath <roland@frob.com> 2002-04-23 22:22:24 +00:00
write.c Update. 2002-08-03 07:02:10 +00:00
xmknod.c * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
xmknodat.c * sysdeps/mach/hurd/faccessat.c: New file. 2006-03-06 07:59:23 +00:00
xstat64.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
xstat.c * include/unistd.h (seteuid, setegid): Add libc_hidden_proto. 2002-08-13 00:24:58 +00:00
xstatconv.c * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the 2002-06-11 23:04:51 +00:00