Skip to content

Support processing non realtime signal#4

Open
zhanghe-vivo wants to merge 1 commit intovivoblueos:blueos-devfrom
zhanghe-vivo:zhanghe_std_signal
Open

Support processing non realtime signal#4
zhanghe-vivo wants to merge 1 commit intovivoblueos:blueos-devfrom
zhanghe-vivo:zhanghe_std_signal

Conversation

@zhanghe-vivo
Copy link

No description provided.

@lawkai-vivo lawkai-vivo changed the title support for non realtime signal process Support for non realtime signal process Dec 30, 2025
@lawkai-vivo lawkai-vivo changed the title Support for non realtime signal process Support processing non realtime signal Dec 30, 2025
pub f_namemax: ::c_ulong,
}

//keep blueos has signal process ability same as other os

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
//keep blueos has signal process ability same as other os
// Enable BlueOS having the same signal processing ability as other OSes.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you indicating Linux? If so, please make it clear in the comment.

pub const SIGTRAP: ::c_int = 5;
pub const SIGABRT: ::c_int = 6;
pub const SIGEMT: ::c_int = 7;
pub const SIGBUS: ::c_int = 7;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This changes ABIs and calls for re-building the toolchain. Why are you chaning these values?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants