Joel Sherrill commented: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/3644#note_110436 This is in newlib and has been since 2002. It is likely that the code written that didn't see it did not define the proper feature flag to trip this in stdlib.h: ``` #if __POSIX_VISIBLE >= 200809 extern char *suboptarg; /* getsubopt(3) external variable */ int getsubopt (char **, char * const *, char **); #endif ``` RTEMS does not have a **TEST** for this and would appreciate 1+. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/issues/3644#note_110436 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
