Ruby  2.0.0p247(2013-06-27revision41674)
nacl/unistd.h
Go to the documentation of this file.
00001 // Copyright 2012 Google Inc. All Rights Reserved.
00002 // Author: yugui@google.com (Yugui Sonoda)
00003 #ifndef RUBY_NACL_UNISTD_H
00004 #define RUBY_NACL_UNISTD_H
00005 int seteuid(pid_t pid);
00006 int setegid(pid_t pid);
00007 int truncate(const char* path, off_t new_size);
00008 int ftruncate(int fd, off_t new_size);
00009 #endif
00010