diff options
author | Jari Vetoniemi <jari.vetoniemi@indooratlas.com> | 2020-03-16 18:49:26 +0900 |
---|---|---|
committer | Jari Vetoniemi <jari.vetoniemi@indooratlas.com> | 2020-03-30 00:39:06 +0900 |
commit | fcbf63e62c627deae76c1b8cb8c0876c536ed811 (patch) | |
tree | 64cb17de3f41a2b6fef2368028fbd00349946994 /jni/ruby/nacl/stat.h |
Fresh start
Diffstat (limited to 'jni/ruby/nacl/stat.h')
-rw-r--r-- | jni/ruby/nacl/stat.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/jni/ruby/nacl/stat.h b/jni/ruby/nacl/stat.h new file mode 100644 index 0000000..7be40ad --- /dev/null +++ b/jni/ruby/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 |