Ruby
2.0.0p247(2013-06-27revision41674)
|
00001 /* 00002 * Copyright 2011 Google Inc. All Rights Reserved. 00003 * Author: yugui@google.com (Yugui Sonoda) 00004 * */ 00005 #ifndef RUBY_NACL_STAT_H 00006 #define RUBY_NACL_STAT_H 00007 mode_t umask(mode_t mask); 00008 struct stat; 00009 int lstat(const char* path, struct stat* result); 00010 #endif 00011