[libc][signal] remove wrongly added constexpr (#190424)
Hotfix for CI failure
This commit is contained in:
parent
b0a54bec9b
commit
d6534f437d
@ -133,7 +133,7 @@ private:
|
||||
LIBC_INLINE_VAR static RawRwLock abort_lock;
|
||||
|
||||
public:
|
||||
LIBC_INLINE constexpr SigAbortGuard(bool exclusive) : old_mask{} {
|
||||
LIBC_INLINE SigAbortGuard(bool exclusive) : old_mask{} {
|
||||
RawRwLock::LockResult result = RawRwLock::LockResult::Success;
|
||||
do {
|
||||
if (exclusive)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user