roken: Add rk_mkdir()
commit8fa446d75c2076d8ba607b09268e976803c6d44a
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 22 Jun 2013 21:31:51 +0000 (22 17:31 -0400)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sun, 23 Jun 2013 01:17:26 +0000 (22 21:17 -0400)
tree127587e017a5644eec6f2b7f090756047f7b6e6e
parentde305a6f4c6ea80df07948f860dfbdad6193a4c4
roken: Add rk_mkdir()

The Windows version of mkdir() does not share the same signature
as the POSIX version.  Add rk_mkdir() with an POSIX compliant signature
to libroken.  The current implementation ignores the 'mode' parameter
on Windows but a future implementation could provide the required
functionality with native Win32 APIs.

Change-Id: I084d42e0f27932e9b8131d310dbf34849f5fe4b6
lib/roken/Makefile.am
lib/roken/NTMakefile
lib/roken/mkdir.c [new file with mode: 0644]
lib/roken/roken-common.h
lib/roken/version-script.map