Posix: add '#pragma GCC poison exit'
Generally exit() should not be used on Posix, because it exits the whole program instead of only the task.
Showing
- platforms/posix/src/px4_daemon/client.cpp 2 additions, 2 deletionsplatforms/posix/src/px4_daemon/client.cpp
- platforms/posix/src/px4_layer/px4_posix_tasks.cpp 1 addition, 1 deletionplatforms/posix/src/px4_layer/px4_posix_tasks.cpp
- src/include/visibility.h 12 additions, 0 deletionssrc/include/visibility.h
- src/lib/DriverFramework 1 addition, 1 deletionsrc/lib/DriverFramework
- src/modules/events/temperature_calibration/task.cpp 1 addition, 1 deletionsrc/modules/events/temperature_calibration/task.cpp
- src/modules/systemlib/uthash/utarray.h 2 additions, 1 deletionsrc/modules/systemlib/uthash/utarray.h
- src/platforms/apps.cpp.in 1 addition, 1 deletionsrc/platforms/apps.cpp.in
Loading
Please register or sign in to comment