time_impl.h (7c478bd9) time_impl.h (fc2512cf)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 23 unchanged lines hidden (view full) ---

32 * this header is included by <time.h>. X/Open and POSIX
33 * standards requirements result in this header being included
34 * by <time.h> only under a restricted set of conditions.
35 */
36
37#ifndef _SYS_TIME_IMPL_H
38#define _SYS_TIME_IMPL_H
39
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License, Version 1.0 only
6 * (the "License"). You may not use this file except in compliance
7 * with the License.
8 *

--- 23 unchanged lines hidden (view full) ---

32 * this header is included by <time.h>. X/Open and POSIX
33 * standards requirements result in this header being included
34 * by <time.h> only under a restricted set of conditions.
35 */
36
37#ifndef _SYS_TIME_IMPL_H
38#define _SYS_TIME_IMPL_H
39
40#pragma ident "%Z%%M% %I% %E% SMI"
41
42#include <sys/feature_tests.h>
43
44#ifdef __cplusplus
45extern "C" {
46#endif
47
48#ifndef _ASM
49

--- 93 unchanged lines hidden ---
40#include <sys/feature_tests.h>
41
42#ifdef __cplusplus
43extern "C" {
44#endif
45
46#ifndef _ASM
47

--- 93 unchanged lines hidden ---