Update sparc64 value for SO_TIMESTAMPING.
Signed-off-by: Gerd Zellweger <gzellweger@vmware.com>
This commit is contained in:
parent
9e626828b3
commit
01feb166a2
@ -1672,7 +1672,10 @@ pub const ARPD_LOOKUP: ::c_ushort = 0x02;
|
||||
pub const ARPD_FLUSH: ::c_ushort = 0x03;
|
||||
pub const ATF_MAGIC: ::c_int = 0x80;
|
||||
|
||||
#[cfg(not(target_arch = "sparc64"))]
|
||||
pub const SO_TIMESTAMPING: ::c_int = 37;
|
||||
#[cfg(target_arch = "sparc64")]
|
||||
pub const SO_TIMESTAMPING: ::c_int = 35;
|
||||
pub const SCM_TIMESTAMPING: ::c_int = SO_TIMESTAMPING;
|
||||
|
||||
// linux/module.h
|
||||
|
Loading…
Reference in New Issue
Block a user