aboutsummaryrefslogtreecommitdiffstats
path: root/nacl/stat.h
blob: 7be40ada7c05ba47d02337023ea0cc0ba9122f22 (plain)
1
2
3
4
5
6
7
8
9
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