Skip to content

Commit

Permalink
add pid_t definition in sgx_libc
Browse files Browse the repository at this point in the history
  • Loading branch information
volcano0dr committed Jan 16, 2020
1 parent 484a392 commit d1cbad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sgx_libc/src/linux/x86_64/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ pub type gid_t = u32;
pub type ino64_t = u64;
pub type nfds_t = c_ulong;
pub type pthread_t = c_ulong;
pub type pid_t = i32;

#[derive(Copy, Clone, Debug)]
pub enum DIR {}
Expand Down

0 comments on commit d1cbad2

Please sign in to comment.