Changeset eb448eec in rtems for cpukit/sapi


Ignore:
Timestamp:
07/19/13 13:18:08 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
c71b596
Parents:
f17c779
git-author:
Sebastian Huber <sebastian.huber@…> (07/19/13 13:18:08)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/22/13 14:57:24)
Message:

posix: Create spinlock implementation header

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

File:
1 edited

Legend:

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

    rf17c779 reb448eec  
    4242#include <rtems/posix/timerimpl.h>
    4343#include <rtems/posix/semaphoreimpl.h>
    44 #include <rtems/posix/spinlock.h>
     44#include <rtems/posix/spinlockimpl.h>
    4545#include <rtems/posix/time.h>
    4646
Note: See TracChangeset for help on using the changeset viewer.