summaryrefslogtreecommitdiff
path: root/nacl/stat.h
diff options
context:
space:
mode:
Diffstat (limited to 'nacl/stat.h')
-rw-r--r--nacl/stat.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/nacl/stat.h b/nacl/stat.h
new file mode 100644
index 0000000000..7be40ada7c
--- /dev/null
+++ b/nacl/stat.h
@@ -0,0 +1,10 @@
+/*
+ * Copyright 2011 Google Inc. All Rights Reserved.
+ * Author: yugui@google.com (Yugui Sonoda)
+ * */
+#ifndef RUBY_NACL_STAT_H
+#define RUBY_NACL_STAT_H
+mode_t umask(mode_t mask);
+struct stat;
+int lstat(const char* path, struct stat* result);
+#endif