// Copyright 2012 Google Inc. All Rights Reserved.// Author: yugui@google.com (Yugui Sonoda)#ifndef RUBY_NACL_UNISTD_H#define RUBY_NACL_UNISTD_Hint seteuid(pid_t pid);
int setegid(pid_t pid);
int truncate(constchar* path, off_t new_size);
int ftruncate(int fd, off_t new_size);
#endif