diff options
Diffstat (limited to 'vendor/libc/src/unix/bsd/apple/long_array.rs')
-rw-r--r-- | vendor/libc/src/unix/bsd/apple/long_array.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/libc/src/unix/bsd/apple/long_array.rs b/vendor/libc/src/unix/bsd/apple/long_array.rs deleted file mode 100644 index 4c56a27..0000000 --- a/vendor/libc/src/unix/bsd/apple/long_array.rs +++ /dev/null @@ -1,8 +0,0 @@ -s! { - pub struct ctl_info { - pub ctl_id: u32, - pub ctl_name: [::c_char; MAX_KCTL_NAME], - } -} - -pub const MAX_KCTL_NAME: usize = 96; |