Google Summer of Code | New APIs Added to POSIX Standard (Issue 8) (#69)
mazen Adel (@mez3n)
gitlab at rtems.org
Wed Apr 30 18:06:17 UTC 2025
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250430/0002d363/attachment.htm>
More information about the bugs
mailing list