mazen Adel commented on a discussion: https://gitlab.rtems.org/rtems/programs/gsoc/-/issues/69#note_122287 Sorry for the late reply,I’ve been really busy with university. The only functions that still need to be added to header files are `timespec_get()` and `ppoll()`. Do you know which header file `timespec_get()` should be defined in? As for `ppoll()`, I built `libbsd` and ran `nm libbsd.a | grep "ppoll"`, but didn’t find any references. There also doesn’t seem to be a header for it in Newlib, so I believe I need add it to a header file. I assume it should go in the same file as `poll()` that is, `newlib/libc/sys/rtems/include/sys/poll.h`? As for the other functions, since they are already defined in Newlib or will be handled in RTEMS, I think they can wait until the coding period. All the functional and OK tests for these 11 functions will go in `psxtests`, correct? -- View it on GitLab: https://gitlab.rtems.org/rtems/programs/gsoc/-/issues/69#note_122287 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
