mazen Adel commented on a discussion on 
rtems/patches/0001-libc-Add-Update-prototypes-For-posix-issue8-function.patch: 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/154#note_124638

 > ++int        timespec_get(struct timespec *ts, int base);
 > ++#endif
 > + #ifndef _REENT_ONLY
 > + char         *asctime (const struct tm *_tblock);
 > + char         *ctime (const time_t *_time);
 > +diff --git a/newlib/libc/sys/rtems/include/semaphore.h 
 > b/newlib/libc/sys/rtems/include/semaphore.h
 > +index 939135fb3..3f622dd88 100644
 > +--- a/newlib/libc/sys/rtems/include/semaphore.h
 > ++++ b/newlib/libc/sys/rtems/include/semaphore.h
 > +@@ -55,6 +55,13 @@ int       sem_timedwait(sem_t * __restrict, const struct 
 > timespec * __restrict);
 > + int         sem_trywait(sem_t *);
 > + int         sem_unlink(const char *);
 > + int         sem_wait(sem_t *);
 > ++
 > ++#if __POSIX_VISIBLE >= 202405
 > ++/* The posix Issue 8 standard adds sem_clockwait()*/

Done.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/merge_requests/154#note_124638
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