summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/macros/rtems (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2002-12-06 Vladimir Nesic <vnesic@dkts.co.yu>Joel Sherrill2002-12-061-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.
* 2001-05-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-171-10/+29
| | | | | * macros/rtems/posix/mqueue.inl: Implemented missing routines to support message queue FDs.
* 2001-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-08-301-1/+3
| | | | * macros/rtems/posix/mqueue.inl: Add cast so negation works.
* 2000-12-01 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2000-12-019-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.
* Patch rtems-rc-4.5.0-13-cvs.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-04-132-0/+4
adds .cvsignore.