Change all primitives that use the `stat' and `lstat' system calls to
authorChris Hanson <org/chris-hanson/cph>
Tue, 29 Oct 1991 13:59:31 +0000 (13:59 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 29 Oct 1991 13:59:31 +0000 (13:59 +0000)
commit48cc9d0feea7c832603faf750643e032fe064b63
tree99e27d93cb2101725f87d67ae068f547260e9e07
parentdcebfcdf96c93fb36d87e148aa8b2712b1b9250c
Change all primitives that use the `stat' and `lstat' system calls to
check for EINTR, and to signal system-call errors if the file's
existence cannot be determined.  Change the FILE-EXISTS? primitive to
return zero (instead of #F, as previously) if the file being tested is
a symbolic link but it doesn't point at anything.
v7/src/microcode/osfs.h
v7/src/microcode/prosfs.c
v7/src/microcode/pruxfs.c
v7/src/microcode/utabmd.scm
v7/src/microcode/ux.h
v7/src/microcode/uxfs.c
v8/src/microcode/utabmd.scm