45#ifndef _RTEMS_CONFDEFS_FACE_H
46#define _RTEMS_CONFDEFS_FACE_H
48#ifndef __CONFIGURATION_TEMPLATE_h
49#error "Do not include this file directly, use <rtems/confdefs.h> instead"
54#ifdef CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR
67 if ( clock_id == CLOCK_REALTIME ) {
71 if ( clock_id != CLOCK_MONOTONIC ) {
POSIX Timers Internal Support.
int _POSIX_Timer_Is_allowed(clockid_t clock_id)
Follow POSIX or FACE Technical Standard on timer_create.
Definition: psxtimercreate.c:54