forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request rust-lang#39 from semarie/openbsd
openbsd port
- Loading branch information
Showing
4 changed files
with
442 additions
and
448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
s! { | ||
pub struct glob_t { | ||
pub gl_pathc: c_int, | ||
pub gl_matchc: c_int, | ||
pub gl_offs: c_int, | ||
pub gl_flags: c_int, | ||
pub gl_pathv: *mut *mut c_char, | ||
__unused1: *mut c_void, | ||
__unused2: *mut c_void, | ||
__unused3: *mut c_void, | ||
__unused4: *mut c_void, | ||
__unused5: *mut c_void, | ||
__unused6: *mut c_void, | ||
__unused7: *mut c_void, | ||
pub gl_pathc: ::c_int, | ||
pub gl_matchc: ::c_int, | ||
pub gl_offs: ::c_int, | ||
pub gl_flags: ::c_int, | ||
pub gl_pathv: *mut *mut ::c_char, | ||
__unused1: *mut ::c_void, | ||
__unused2: *mut ::c_void, | ||
__unused3: *mut ::c_void, | ||
__unused4: *mut ::c_void, | ||
__unused5: *mut ::c_void, | ||
__unused6: *mut ::c_void, | ||
__unused7: *mut ::c_void, | ||
} | ||
} |
Oops, something went wrong.