Changeset 0e8656b4 in rtems for cpukit/sapi


Ignore:
Timestamp:
07/19/13 12:39:45 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
cbdabc8
Parents:
0c5317d
git-author:
Sebastian Huber <sebastian.huber@…> (07/19/13 12:39:45)
git-committer:
Sebastian Huber <sebastian.huber@…> (07/22/13 14:57:23)
Message:

posix: Create rwlock implementation header

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

File:
1 edited

Legend:

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

    r0c5317d r0e8656b4  
    3939#include <rtems/posix/psignalimpl.h>
    4040#include <rtems/posix/pthreadimpl.h>
    41 #include <rtems/posix/rwlock.h>
     41#include <rtems/posix/rwlockimpl.h>
    4242#include <rtems/posix/timer.h>
    4343#include <rtems/posix/semaphoreimpl.h>
Note: See TracChangeset for help on using the changeset viewer.