forked from rust-lang/libc
-
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.
freebsd moving the kinfo_file type to general use.
but keeping the constant KINFO_FILE_SIZE for intel archs only. [Resolved conflicts - Trevor] (backport <rust-lang#3801>) (cherry picked from commit 34942a5) Signed-off-by: Trevor Gross <tmgross@umich.edu>
- Loading branch information
Showing
5 changed files
with
69 additions
and
63 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
Elf64_Auxinfo | ||
KINFO_FILE_SIZE | ||
MAP_32BIT | ||
_MC_FLAG_MASK | ||
_MC_FPFMT_NODEV | ||
|
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 |
---|---|---|
|
@@ -1977,6 +1977,7 @@ jrand48 | |
kevent | ||
key_t | ||
killpg | ||
kinfo_file | ||
kinfo_getvmmap | ||
kinfo_proc | ||
kinfo_vmentry | ||
|
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 |
---|---|---|
|
@@ -199,3 +199,5 @@ cfg_if! { | |
} | ||
|
||
pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 | ||
|
||
pub const KINFO_FILE_SIZE: ::c_int = 1392; |
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