summaryrefslogtreecommitdiff
path: root/nacl/curvecp/open_cwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/curvecp/open_cwd.c')
-rw-r--r--nacl/curvecp/open_cwd.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/nacl/curvecp/open_cwd.c b/nacl/curvecp/open_cwd.c
new file mode 100644
index 00000000..65d53bcd
--- /dev/null
+++ b/nacl/curvecp/open_cwd.c
@@ -0,0 +1,6 @@
1#include "open.h"
2
3int open_cwd(void)
4{
5 return open_read(".");
6}