Samuel Thibault 489999cc9c hurd: Fix O_NOFOLLOW
The error code documented by POSIX for opening a symlink with O_NOFOLLOW
is ELOOP.

Also, if the translator does not expose symlink as a symlink translator but
as a S_IFLNK file, O_NOFOLLOW needs to return ELOOP too.

	* hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Return ELOOP
	when opening a symlink with O_NOFOLLOW.
2018-03-18 19:42:17 +01:00
..
2018-03-18 00:06:19 +01:00
2018-03-04 17:27:58 +01:00
2018-03-17 03:17:36 +01:00
2018-03-18 18:33:37 +01:00
2018-03-18 18:33:37 +01:00
2018-01-28 16:23:59 +01:00
2018-03-18 19:42:17 +01:00
2018-01-28 16:23:59 +01:00
2018-03-17 23:29:57 +01:00