Changeset 35210b12 in rtems for cpukit/sapi


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

posix: Create condition variable impl header

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

File:
1 edited

Legend:

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

    ra9515722 r35210b12  
    3030#include <rtems/score/object.h>
    3131#include <rtems/posix/barrierimpl.h>
    32 #include <rtems/posix/cond.h>
     32#include <rtems/posix/condimpl.h>
    3333#include <rtems/posix/config.h>
    3434#include <rtems/posix/key.h>
Note: See TracChangeset for help on using the changeset viewer.