Hash :
eea9688d
Author :
Date :
2022-03-09T13:54:53
statat: now obsolete * lib/openat.h (statat, lstatat): Now deprecated. All uses removed, and replaced with fstatat. * modules/statat: Mark as obsolete, because it’s confusing: it’s not clear whether it should use AT_NO_AUTOMOUNT, which is implied by stat and by lstat, but not by fstatat. * tests/test-statat.c: Disable deprecated-declarations warnings.
Description:
statat() and lstatat() functions: Return info about a file at a directory.
Status:
obsolete
Notice:
This module is obsolete. Please use fstatat instead, and decide
whether you want AT_NO_AUTOMOUNT in each fstatat call.
Files:
lib/statat.c
Depends-on:
fstatat
configure.ac:
gl_MODULE_INDICATOR([statat]) dnl for lib/openat.h
Makefile.am:
lib_SOURCES += statat.c
Include:
"openat.h"
License:
GPL
Maintainer:
Jim Meyering, Eric Blake, Paul Eggert