Changeset 9c743e8e in rtems for cpukit/sapi


Ignore:
Timestamp:
07/18/13 11:50:25 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
c624c0e9
Parents:
05e82bd7
git-author:
Sebastian Huber <sebastian.huber@…> (07/18/13 11:50:25)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/22/13 14:56:57)
Message:

posix: Create semaphore implementation header

Move implementation specific parts of semaphore.h and semaphore.inl into
new header file semaphoreimpl.h. The semaphore.h contains now only the
application visible API.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/sapi/src/posixapi.c

    r05e82bd7 r9c743e8e  
    4141#include <rtems/posix/rwlock.h>
    4242#include <rtems/posix/timer.h>
    43 #include <rtems/posix/semaphore.h>
     43#include <rtems/posix/semaphoreimpl.h>
    4444#include <rtems/posix/spinlock.h>
    4545#include <rtems/posix/time.h>
Note: See TracChangeset for help on using the changeset viewer.