The delay parameter has 'int' type while explicit int32_t is used in...
The delay parameter has 'int' type while explicit int32_t is used in sigtimedwait() (sig_timedwait.c) This can lead to wrong argument for systems that have default int size different than int32 (namely AVR).
parent
63f13283
Please register or sign in to comment