Import Gnulib modules: link, fsync, readlink, rename, mkdir, rmdir, unistd.
authorMark H Weaver <mhw@netris.org>
Thu, 27 Feb 2014 03:15:13 +0000 (22:15 -0500)
committerMark H Weaver <mhw@netris.org>
Fri, 28 Feb 2014 03:34:30 +0000 (22:34 -0500)
commit3243fffcc19144fc0b30e983c3e50d1d1fc19ef4
tree7fe5533d4b47c7dea583170b42fb01ed91e68d11
parentcaa3d99be9932077230303a5571697f7d45f3da2
Import Gnulib modules: link, fsync, readlink, rename, mkdir, rmdir, unistd.

* lib/fsync.c:
* lib/link.c:
* lib/mkdir.c:
* lib/strdup.c:
* m4/fsync.m4:
* m4/link.m4:
* m4/mkdir.m4:
* m4/strdup.m4: New files.

* lib/Makefile.am
* m4/gnulib-cache.m4
* m4/gnulib-comp.m4: Add modules.
lib/Makefile.am
lib/fsync.c [new file with mode: 0644]
lib/link.c [new file with mode: 0644]
lib/mkdir.c [new file with mode: 0644]
lib/strdup.c [new file with mode: 0644]
m4/fsync.m4 [new file with mode: 0644]
m4/gnulib-cache.m4
m4/gnulib-comp.m4
m4/link.m4 [new file with mode: 0644]
m4/mkdir.m4 [new file with mode: 0644]
m4/strdup.m4 [new file with mode: 0644]