Changeset f17c779 in rtems for cpukit/sapi


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

posix: Create timer implementation header

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

File:
1 edited

Legend:

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

    r982e9746 rf17c779  
    4040#include <rtems/posix/pthreadimpl.h>
    4141#include <rtems/posix/rwlockimpl.h>
    42 #include <rtems/posix/timer.h>
     42#include <rtems/posix/timerimpl.h>
    4343#include <rtems/posix/semaphoreimpl.h>
    4444#include <rtems/posix/spinlock.h>
Note: See TracChangeset for help on using the changeset viewer.