Searched defs:sigmap (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrsignal.c13 #define sigmap(x) x macro
26 #define sigmap(x) ((x) >= sizeof map ? (x) : map[(x)]) macro

Completed in 74 milliseconds