Edit

kc3-lang/gnulib/modules/xreadlinkat

Branch :

  • Show log

    Commit

  • Author : Eric Blake
    Date : 2009-10-07 10:39:29
    Hash : 25148dfa
    Message : xreadlinkat: new module * modules/xreadlinkat: New module. * lib/xreadlinkat.c (xreadlinkat): New file. * lib/xreadlink.h (xreadlinkat): Declare it. * MODULES.html.sh (File system functions): Mention it. Signed-off-by: Eric Blake <ebb9@byu.net>

  • modules/xreadlinkat
  • Description:
    Reading symbolic links without size limitation, relative to fd.
    
    Files:
    lib/xreadlink.h
    lib/xreadlinkat.c
    
    Depends-on:
    areadlinkat
    xalloc
    
    configure.ac:
    gl_MODULE_INDICATOR([xreadlinkat])
    
    Makefile.am:
    lib_SOURCES += xreadlinkat.c
    
    Include:
    "xreadlink.h"
    
    License:
    GPL
    
    Maintainer:
    Jim Meyering, Eric Blake