Skip to content

Commit dacde01

Browse files
devnexenJohnTitor
authored andcommitted
haiku add B_APP_IMAGE_SYMBOL definition
1 parent 9c1a4c3 commit dacde01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/haiku/native.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,7 @@ pub const B_XATTR_TYPE: u32 = haiku_constant!('X', 'A', 'T', 'R');
945945
pub const B_NETWORK_ADDRESS_TYPE: u32 = haiku_constant!('N', 'W', 'A', 'D');
946946
pub const B_MIME_STRING_TYPE: u32 = haiku_constant!('M', 'I', 'M', 'S');
947947
pub const B_ASCII_TYPE: u32 = haiku_constant!('T', 'E', 'X', 'T');
948+
pub const B_APP_IMAGE_SYMBOL: *const ::c_void = core::ptr::null();
948949

949950
extern "C" {
950951
// kernel/OS.h

0 commit comments

Comments
 (0)