summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/macros/rtems (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-12-062002-12-06 Vladimir Nesic <vnesic@dkts.co.yu>Joel Sherrill1-8/+37
* inline/rtems/posix/cond.inl, macros/rtems/posix/cond.inl: Implemented PTHREAD_COND_INITIALIZER support. Vladimir implemented the inline version and Joel adapted it to the macro version.
2002-05-172001-05-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-10/+29
* macros/rtems/posix/mqueue.inl: Implemented missing routines to support message queue FDs.
2001-08-302001-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+3
* macros/rtems/posix/mqueue.inl: Add cast so negation works.
2000-12-012000-12-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill9-0/+551
* Added macro support to POSIX API. This is known to compile. * macros/rtems/posix/cond.inl, macros/rtems/posix/intr.inl, macros/rtems/posix/key.inl, macros/rtems/posix/mqueue.inl, macros/rtems/posix/mutex.inl, macros/rtems/posix/priority.inl, macros/rtems/posix/pthread.inl, macros/rtems/posix/semaphore.inl, macros/rtems/posix/timer.inl: New files. * configure.in: Removed error check for enabling macros. * rtems/posix/mutex.h: #if 0'ed out prototypes for inlined routines since you cannot have prototypes for macros. * macros/rtems/posix/Makefile.am: Added files.
2000-04-13Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2-0/+4
adds .cvsignore.