rename: fix cygwin 1.5.x bugs
[gnulib.git] / modules / rename
1 Description:
2 rename() function: change the name or location of a file.
3
4 Files:
5 lib/rename.c
6 m4/rename.m4
7
8 Depends-on:
9 dirname
10 lstat
11 same-inode
12 stdbool
13 stdio
14 strdup
15
16 configure.ac:
17 gl_FUNC_RENAME
18 gl_STDIO_MODULE_INDICATOR([rename])
19
20 Makefile.am:
21
22 Include:
23 <stdio.h>
24
25 License:
26 GPL
27
28 Maintainer:
29 Jim Meyering