Skip to content

Commit ba2e460

Browse files
committed
Retract ucred type alias for sockpeercred from OpenBSD and Bitrig
1 parent 837310d commit ba2e460

File tree

1 file changed

+0
-1
lines changed
  • src/unix/bsd/netbsdlike/openbsdlike

1 file changed

+0
-1
lines changed

src/unix/bsd/netbsdlike/openbsdlike/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ pub type pthread_cond_t = *mut ::c_void;
1414
pub type pthread_condattr_t = *mut ::c_void;
1515
pub type pthread_rwlock_t = *mut ::c_void;
1616
pub type pthread_rwlockattr_t = *mut ::c_void;
17-
pub type ucred = ::sockpeercred;
1817

1918
s! {
2019
pub struct dirent {

0 commit comments

Comments
 (0)