summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/semaphorenametoid.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-01-242001-01-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill1-0/+4
* configure.in: Add src/config.h * src/Makefile.am: Add INCLUDES += -I. to pickup config.h * src/.cvsignore: Add config.h and stamp-h * src/*.c: Add config.h support.
2001-01-222001-01-22 Michael Hamel <mhamel@adi.co.nz>Joel Sherrill1-2/+2
* include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl, src/ptimer1.c, include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c, src/semaphorenametoid.c, src/semopen.c, src/semunlink.c: Modifications to make CodeWarrior happy.
2000-08-302000-08-30 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* Many files: Moved posix/include/rtems/posix/seterr.h to score/include/rtems/seterr.h so it would be available within all APIs.
1999-11-22+ Added checks for NULL and NULL string names (for sem_open & sem_unlink).Jennifer Averett1-1/+7
1999-11-18+ Debuged to the point that you could open, unlink and close a semaphore.Jennifer Averett1-7/+8
but all paths have not been checked, yet.
1999-11-02Split the POSIX semaphore manager into multiple files.Joel Sherrill1-0/+41