Skip to content
Snippets Groups Projects
Unverified Commit 30f6da8a authored by jD91mZM2's avatar jD91mZM2
Browse files

Add getpid

parent 8a85d662
No related branches found
No related tags found
Loading
......@@ -119,6 +119,7 @@ pub const SIGSYS: ::c_int = 31;
extern {
pub fn gethostname(name: *mut ::c_char, len: ::size_t) -> ::c_int;
pub fn getpid() -> pid_t;
pub fn memalign(align: ::size_t, size: ::size_t) -> *mut ::c_void;
pub fn read(fd: ::c_int, buf: *mut ::c_void, count: ::size_t)
-> ::ssize_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment