summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/signal.h
AgeCommit message (Expand)Author
2021-12-12LibC: Implement sigwait()Idan Horowitz
2021-12-12LibC: Implement sigwaitinfo()Idan Horowitz
2021-12-12Kernel+LibC: Implement sigtimedwait()Idan Horowitz
2021-12-01Kernel+LibC: Implement sigaltstack()Idan Horowitz
2021-08-18LibC: Expose sig_sysname arrayJean-Baptiste Boric
2021-08-18LibC: Move SIG_* definitions for sigprocmask into bits/sighow.hJean-Baptiste Boric
2021-08-14Kernel+LibC: Share definitions for signal.hAndreas Kling
2021-04-26LibC: Fix typo in signal.h: ol_dset -> old_setdhirsbrunner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling