Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-23 | libs/sig: mechanical rename sig_t->sig_sig_t | Vito Caputo | |
sig_t collides with some signals-related system header on macos. Just prefix it under the sig namespace.. leaving sig_ops alone for now, but maybe they'll become sig_sig_ops in the future too. Note nothing in master actually uses libs/sig currently, but I have an experimental branch with a dusty module using it. | |||
2020-02-03 | libs/sig: add sig_ops_clamp | Vito Caputo | |
Supply three sig_t *'s: value, min, max |