diff options
Diffstat (limited to 'nacl/curvecp/open_cwd.c')
-rw-r--r-- | nacl/curvecp/open_cwd.c | 6 |
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 | |||
3 | int open_cwd(void) | ||
4 | { | ||
5 | return open_read("."); | ||
6 | } | ||