Ruby
2.5.0dev(2017-10-22revision60238)
nacl
unistd.h
Go to the documentation of this file.
1
// Copyright 2012 Google Inc. All Rights Reserved.
2
// Author: yugui@google.com (Yugui Sonoda)
3
#ifndef RUBY_NACL_UNISTD_H
4
#define RUBY_NACL_UNISTD_H
5
int
seteuid
(pid_t pid);
6
int
setegid
(pid_t pid);
7
int
truncate
(
const
char
* path,
off_t
new_size);
8
int
ftruncate
(
int
fd,
off_t
new_size);
9
#endif
truncate
int truncate(const char *path, off_t new_size)
setegid
int setegid(pid_t pid)
seteuid
int seteuid(pid_t pid)
off_t
#define off_t
Definition:
io.c:61
ftruncate
int ftruncate(int fd, off_t new_size)
Generated by
1.8.13