mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
1999-03-04 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdlookup.c (__hurd_file_name_lookup): Comment fix.
This commit is contained in:
parent
e4d0709f6d
commit
01f0b26d59
@ -70,10 +70,6 @@ __hurd_file_name_lookup (error_t (*use_init_port)
|
||||
while (file_name[0] == '/')
|
||||
file_name++;
|
||||
|
||||
#if 0 /* ?? XXX Linux 2.2.1 does this. */
|
||||
if ((flags & (O_CREAT|O_EXCL)) == (O_CREAT|O_EXCL))
|
||||
flags |= O_NOFOLLOW;
|
||||
#endif
|
||||
if (flags & O_NOFOLLOW) /* See comments below about O_NOFOLLOW. */
|
||||
flags |= O_NOTRANS;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user