Skip to content

Commit 31dde4a

Browse files
authored
Merge pull request #3810 from tgross35/backport-haiku-b_app_image_symbol
[0.2] haiku: add B_APP_IMAGE_SYMBOL definition
2 parents c7b20aa + 9cfe468 commit 31dde4a

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
@@ -956,6 +956,7 @@ pub const B_XATTR_TYPE: u32 = haiku_constant!('X', 'A', 'T', 'R');
956956
pub const B_NETWORK_ADDRESS_TYPE: u32 = haiku_constant!('N', 'W', 'A', 'D');
957957
pub const B_MIME_STRING_TYPE: u32 = haiku_constant!('M', 'I', 'M', 'S');
958958
pub const B_ASCII_TYPE: u32 = haiku_constant!('T', 'E', 'X', 'T');
959+
pub const B_APP_IMAGE_SYMBOL: *const ::c_void = core::ptr::null();
959960

960961
extern "C" {
961962
// kernel/OS.h

0 commit comments

Comments
 (0)