Put setjmp into a wrap method to avoid compiling error. Any non-volatile, * non-static local variable in the stack frame calling sigsetjmp might be * clobbered by a call to longjmp. */
| 241 | * clobbered by a call to longjmp. |
| 242 | */ |
| 243 | static int huge_wrap_sigsetjmp(void) |
| 244 | { |
| 245 | return sigsetjmp(huge_jmpenv, 1); |
| 246 | } |
| 247 | |
| 248 | #ifdef RTE_EAL_NUMA_AWARE_HUGEPAGES |
| 249 | /* Callback for numa library. */ |