Edit

kc3-lang/gnulib/modules/fstatat

Branch :

  • Show log

    Commit

  • Author : Bruno Haible
    Date : 2024-12-27 23:40:10
    Hash : 984cbda2
    Message : Rename module sys_stat to sys_stat-h. * modules/sys_stat-h: Renamed from modules/sys_stat. * modules/sys_stat-h-tests: Renamed from modules/sys_stat-tests. * modules/sys_stat-h-c++-tests: Renamed from modules/sys_stat-c++-tests. * tests/test-sys_stat-h.c: Renamed from tests/test-sys_stat.c. * tests/test-sys_stat-h-c++.cc: Renamed from tests/test-sys_stat-c++.cc. * doc/posix-headers/sys_stat.texi: Update. * doc/posix-functions/mkdir.texi: Update. * modules/* (Depends-on): Update. * modules/sys_stat: New file.

  • modules/fstatat
  • Description:
    fstatat() function: Return information about a file at a directory.
    
    Files:
    lib/fstatat.c
    lib/at-func.c
    m4/fstatat.m4
    m4/lstat.m4
    
    Depends-on:
    sys_stat-h
    extensions
    at-internal     [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
    errno-h         [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
    extern-inline   [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
    fchdir          [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
    fcntl-h         [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
    filename        [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
    lstat           [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
    openat-die      [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
    openat-h        [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
    save-cwd        [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
    stat            [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
    stat-time       [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1]
    
    configure.ac:
    gl_FUNC_FSTATAT
    gl_CONDITIONAL([GL_COND_OBJ_FSTATAT],
                   [test $HAVE_FSTATAT = 0 || test $REPLACE_FSTATAT = 1])
    gl_SYS_STAT_MODULE_INDICATOR([fstatat])
    gl_MODULE_INDICATOR([fstatat])
    
    Makefile.am:
    if GL_COND_OBJ_FSTATAT
    lib_SOURCES += fstatat.c
    endif
    
    Include:
    <sys/stat.h>
    
    License:
    GPL
    
    Maintainer:
    Jim Meyering, Eric Blake, Paul Eggert