Home
last modified time | relevance | path

Searched defs:APR_NUMSIG (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/unix/
H A Dsignals.c127 #define APR_NUMSIG NSIG macro
129 #define APR_NUMSIG _NSIG macro
131 #define APR_NUMSIG __NSIG macro
133 #define APR_NUMSIG 33 /* breaks on OS/390 with < 33; 32 is o.k. for most */ macro