Adhemerval Zanella e92bd6e362 Fix hurd __access_noerrno implementation.
This patch fixes some hurd bits from commit afcf3cd8eb that added the
__access_noerrno internal symbol.  It basically removes the nonrequired
__hurd_fail_noerrno (since the 'err' argument is ignored) and fixes
a typo for EACCES.

However, as stated on maillist [1] this __access_noerrno may still be
unsafe to run during initialization of tunables on the Hurd.  The
access_common calls __hurd_file_name_lookup, which calls
__hurd_file_name_lookup_retry, which can set errno.

[1] https://sourceware.org/ml/libc-alpha/2016-11/msg00646.html
2016-11-18 16:49:08 -02:00
..
2014-11-24 15:03:45 +05:30
2016-10-26 00:00:13 -04:00
2013-09-04 20:47:21 +00:00
2016-10-28 22:40:16 -04:00
2015-10-15 14:15:41 -07:00
2015-10-15 14:13:50 -07:00
2014-11-24 15:03:45 +05:30
2015-09-15 20:36:50 +00:00
2015-06-12 10:10:18 +00:00
2015-10-15 14:22:25 -07:00
2016-06-04 09:19:09 +02:00