RTEMS | pthread_sigmask should return error number when fail (!546)

yang zhang (@yang.zhang) gitlab at rtems.org
Thu Jul 17 09:46:56 UTC 2025




yang zhang commented on a discussion on cpukit/posix/src/sigprocmask.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/546#note_126690

 >     */
 >  
 >  #if defined(RTEMS_POSIX_API)
 > -  return pthread_sigmask( how, set, oset );
 > +  return pthread_sigmask( how, set, oset ) ? -1 : 0;

Split

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/546#note_126690
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250717/99919e8e/attachment.htm>


More information about the bugs mailing list