Mercurial > hg > octave-lojdl > gnulib-hg
view modules/rmdir @ 17259:bc20efc34eba octave-stable
branch to handle patches for Octave stable
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 03 Jan 2013 14:26:52 -0500 |
parents | 23a0cffe28de |
children |
line wrap: on
line source
Description: rmdir() function: delete a directory. Files: lib/rmdir.c m4/rmdir.m4 Depends-on: unistd dosname [test $REPLACE_RMDIR = 1] sys_stat [test $REPLACE_RMDIR = 1] configure.ac: gl_FUNC_RMDIR if test $REPLACE_RMDIR = 1; then AC_LIBOBJ([rmdir]) fi gl_UNISTD_MODULE_INDICATOR([rmdir]) Makefile.am: Include: <unistd.h> License: LGPLv2+ Maintainer: Jim Meyering, Eric Blake