OSDN Git Service

Added fts support for traversing UNIX file hierarchies.
authorSalvatore Cro <salvatore.cro at st.com>
Wed, 20 Apr 2011 10:49:25 +0000 (12:49 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Wed, 20 Apr 2011 10:50:38 +0000 (12:50 +0200)
commita4aa01c128b04c7174d57a28f61656f966d2bd6c
tree2783135b8c0322cbce4d502c7394bedcecfcbbbf
parent3a411b5d8a6c6311778e22280706047cd1a8c8d4
Added fts support for traversing UNIX file hierarchies.

It is required by libdwfl in elfutils package.

Signed-off-by: Salvatore Cro <salvatore.cro at st.com>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Makefile.in
extra/Configs/Config.in
include/fts.h [new file with mode: 0644]
libc/misc/Makefile.in
libc/misc/fts/Makefile [new file with mode: 0644]
libc/misc/fts/Makefile.in [new file with mode: 0644]
libc/misc/fts/fts.c [new file with mode: 0644]