diff options
author | Roland McGrath <roland@gnu.org> | 1999-03-03 00:31:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-03-03 00:31:21 +0000 |
commit | 171511ec73638cb8b5ce12c3d41f4dc016464f34 (patch) | |
tree | 12cbfdb1276cf80d25f1029883234f1020ee5253 | |
parent | 791cfdb7268e0bcb4efb5d85c8117fca5009572c (diff) | |
download | glibc-171511ec73638cb8b5ce12c3d41f4dc016464f34.tar glibc-171511ec73638cb8b5ce12c3d41f4dc016464f34.tar.gz glibc-171511ec73638cb8b5ce12c3d41f4dc016464f34.tar.bz2 glibc-171511ec73638cb8b5ce12c3d41f4dc016464f34.zip |
1999-03-03 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/bits/fcntl.h
[__USE_GNU] (O_NOFOLLOW, O_DIRECTORY): New macros.
* hurd/hurdlookup.c (__hurd_file_name_lookup): If O_NOFOLLOW is set,
set O_NOTRANS as well.
(__hurd_file_name_lookup_retry): At successful end of lookup,
if O_NOFOLLOW set, io_stat the resultant port and fail with ENOENT if
it is a translated node not owned by root.
(__hurd_file_name_lookup): If O_DIRECTORY is set, put a trailing slash
on the file name passed to LOOKUP.
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +1999-03-03 Roland McGrath <roland@baalperazim.frob.com> + + * sysdeps/mach/hurd/bits/fcntl.h + [__USE_GNU] (O_NOFOLLOW, O_DIRECTORY): New macros. + * hurd/hurdlookup.c (__hurd_file_name_lookup): If O_NOFOLLOW is set, + set O_NOTRANS as well. + (__hurd_file_name_lookup_retry): At successful end of lookup, + if O_NOFOLLOW set, io_stat the resultant port and fail with ENOENT if + it is a translated node not owned by root. + (__hurd_file_name_lookup): If O_DIRECTORY is set, put a trailing slash + on the file name passed to LOOKUP. + 1999-03-02 Ulrich Drepper <drepper@cygnus.com> * manual/time.texi (High Resolution Timer): Correct computation in |