**Describe the bug**
eventfd_basic.newlib test is No Console Output(Timeout) on zephyr-v3.2.0-2490-ga1b4896efe46 on mimxrt1170_evk_cm7
see logs for details
**To Reproduce**
1.
```
scripts/twister --device-testing --device-serial /dev/ttyACM0 -p mimxrt1170_evk_cm7 --sub-test portability.posix
```
2. See error
**Expected behavior**
test pass
**Impact**
**Logs and console output**
```
E: ***** USAGE FAULT *****
E: Illegal use of the EPSR
E: r0/a1: 0xfe5ee94f r1/a2: 0xe000ed00 r2/a3: 0xffffffe8
E: r3/a4: 0x800047ec r12/ip: 0x40460000 r14/lr: 0x3000d099
E: xpsr: 0x60000000
E: Faulting instruction address (r15/pc): 0x00000000
E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0
E: Current thread: 0x800020b8 (main)
E: Halting system
```
**Environment (please complete the following information):**
- OS: (e.g. Linux )
- Toolchain (e.g Zephyr SDK)
- Commit SHA or Version used: zephyr-v3.2.0-2490-ga1b4896efe46
E: Illegal use of the EPSR E: r0/a1: 0xfe5ee94f r1/a2: 0xe000ed00 r2/a3: 0xffffffe8 E: r3/a4: 0x800047ec r12/ip: 0x40460000 r14/lr: 0x3000d099 E: xpsr: 0x60000000 E: Faulting instruction address (r15/pc): 0x00000000 E: >>> ZEPHYR FATAL ERROR 0: CPU exception on CPU 0 E: Current thread: 0x800020b8 (main) E: Halting system