Mercurial > hg > octave-kai > gnulib-hg
annotate modules/rmdir @ 11555:7612308943f7
sys_socket: Define sockaddr_storage.
author | Simon Josefsson <simon@josefsson.org> |
---|---|
date | Fri, 08 May 2009 16:21:34 +0200 |
parents | 89b01c97c55e |
children | 767d867147de |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 rmdir() function: delete a directory. |
4110 | 3 |
10753 | 4 Status: |
5 obsolete | |
6 | |
7 Notice: | |
8 This module is obsolete. | |
9 | |
4110 | 10 Files: |
11 lib/rmdir.c | |
12 m4/rmdir.m4 | |
13 | |
14 Depends-on: | |
7581
45c727466eb8
Move stat.h-substitute stuff from lib/stat-macros.h to lib/stat_.h.
Paul Eggert <eggert@cs.ucla.edu>
parents:
7497
diff
changeset
|
15 sys_stat |
4110 | 16 |
17 configure.ac: | |
18 gl_FUNC_RMDIR | |
19 | |
20 Makefile.am: | |
21 | |
22 Include: | |
23 <unistd.h> | |
24 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5159
diff
changeset
|
25 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5159
diff
changeset
|
26 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
5159
diff
changeset
|
27 |
4197 | 28 Maintainer: |
29 Jim Meyering |