diff options
author | Sergey Bugaev <bugaevc@gmail.com> | 2024-09-19 13:14:39 +0300 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2024-09-19 14:18:39 +0200 |
commit | 45246705456aa06df70b30233db3bf99ee008f58 (patch) | |
tree | 712c15228376981776af5ffbcfc6333cd8ca6dd3 /sysdeps/pthread/tst-pt-align.c | |
parent | e64a1e81aadf6c401174ac9471ced0f0125c2912 (diff) | |
download | glibc-45246705456aa06df70b30233db3bf99ee008f58.zip glibc-45246705456aa06df70b30233db3bf99ee008f58.tar.gz glibc-45246705456aa06df70b30233db3bf99ee008f58.tar.bz2 |
hurd: Avoid file_check_access () RPC for access (F_OK)
A common use case of access () / faccessat () is checking for file
existence, not any specific access permissions. In that case, we can
avoid doing the file_check_access () RPC; whether the given path had
been successfully resolved to a file is all we need to know to answer.
This is prompted by GLib switching to use faccessat (F_OK) to implement
g_file_query_exists () for local files.
https://gitlab.gnome.org/GNOME/glib/-/merge_requests/4272
Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
Message-ID: <20240919101439.179663-1-bugaevc@gmail.com>
Diffstat (limited to 'sysdeps/pthread/tst-pt-align.c')
0 files changed, 0 insertions, 0 deletions