This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] RTEMS pthread.h changes


Hi,

I am submitting the patch below on behalf of Joel, who currently is busy with other obligations.

This patch adds a couple of POSIX pthread functions RTEMS is supporting and adds a new field "guardsize" to pthread_attr_t RTEMS internally applies to implement these functions.

The latter is an ABI change and therefore might not be suitable for other OSes. May-be it should be enclosed into #ifndef __CYGWIN__ or
#ifdef __rtems__ defines?


Ralf

Attachment: newlib-pthread-guardsize.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]