diff options
Diffstat (limited to 'nacl/stat.h')
-rw-r--r-- | nacl/stat.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nacl/stat.h b/nacl/stat.h deleted file mode 100644 index 7be40ada7c..0000000000 --- a/nacl/stat.h +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Copyright 2011 Google Inc. All Rights Reserved. - * Author: [email protected] (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 |