|
Ruby
2.0.0p481(2014-05-08revision45883)
|
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
1.7.6.1