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
This commit is contained in:
Jeffrey Altman
2013-06-22 17:31:51 -04:00
parent de305a6f4c
commit 8fa446d75c
5 changed files with 59 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ HEIMDAL_ROKEN_1.0 {
rk_inet_ntop;
rk_inet_pton;
rk_localtime_r;
rk_mkdir;
rk_mkstemp;
rk_pid_file_delete;
rk_pid_file_write;