Jeremy Lorelli commented on a discussion on 
rtemsbsd/rtems/rtems-legacy-newproc.c: 
https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/144#note_151403

 >    if (sc != RTEMS_SUCCESSFUL)
 >      rtems_panic ("Can't create network daemon `%s': `%s'\n", name, 
 > rtems_status_text (sc));
 >  
 > +  /* Record a more detailed thread name */

Done. Thanks for the suggestion. Unfortunately the <pthread.h> include ended up 
being a bit messy; `_GNU_SOURCE` causes some conflicting definitions between 
standard headers and libbsd headers.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/pkg/rtems-libbsd/-/merge_requests/144#note_151403
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to