Ruby
2.0.0p645(2015-04-13revision50299)
Main Page
Modules
Data Structures
Files
File List
Globals
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
new_size
static st_index_t new_size(st_index_t size)
Definition:
st.c:184
path
gz path
Definition:
zlib.c:2277
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:65
ftruncate
int ftruncate(int fd, off_t new_size)
Generated on Thu Apr 30 2015 20:46:55 for Ruby by
1.8.5