view modules/statat @ 40244:c39a0edd90d7

fts: minor simplification * lib/fts.c (fts_safe_changedir): Remove redundant assignment.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 17 Mar 2019 12:39:50 -0700
parents d536543d59a6
children
line wrap: on
line source

Description:
statat() and lstatat() functions: Return info about a file at a directory.

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