Deleted Added
full compact
time.h (231673) time.h (231714)
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 * (c) UNIX System Laboratories, Inc.
5 * All or some portions of this file are derived from material licensed
6 * to the University of California by American Telephone and Telegraph
7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8 * the permission of UNIX System Laboratories, Inc.

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

30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 * SUCH DAMAGE.
33 *
34 * @(#)time.h 8.3 (Berkeley) 1/21/94
35 */
36
37/*
1/*
2 * Copyright (c) 1989, 1993
3 * The Regents of the University of California. All rights reserved.
4 * (c) UNIX System Laboratories, Inc.
5 * All or some portions of this file are derived from material licensed
6 * to the University of California by American Telephone and Telegraph
7 * Co. or Unix System Laboratories, Inc. and are reproduced herein with
8 * the permission of UNIX System Laboratories, Inc.

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

30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 * SUCH DAMAGE.
33 *
34 * @(#)time.h 8.3 (Berkeley) 1/21/94
35 */
36
37/*
38 * $FreeBSD: head/include/time.h 231673 2012-02-14 12:03:23Z theraven $
38 * $FreeBSD: head/include/time.h 231714 2012-02-14 21:48:46Z dim $
39 */
40
41#ifndef _TIME_H_
42#define _TIME_H_
43
44#include <sys/cdefs.h>
45#include <sys/_null.h>
46#include <sys/_types.h>

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

178#endif
179
180#if __BSD_VISIBLE
181char *timezone(int, int); /* XXX XSI conflict */
182void tzsetwall(void);
183time_t timelocal(struct tm * const);
184time_t timegm(struct tm * const);
185#endif /* __BSD_VISIBLE */
39 */
40
41#ifndef _TIME_H_
42#define _TIME_H_
43
44#include <sys/cdefs.h>
45#include <sys/_null.h>
46#include <sys/_types.h>

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

178#endif
179
180#if __BSD_VISIBLE
181char *timezone(int, int); /* XXX XSI conflict */
182void tzsetwall(void);
183time_t timelocal(struct tm * const);
184time_t timegm(struct tm * const);
185#endif /* __BSD_VISIBLE */
186
187#if __POSIX_VISIBLE >= 200809
188#include <xlocale/_time.h>
189#endif
190__END_DECLS
191
192#endif /* !_TIME_H_ */
186__END_DECLS
187
188#endif /* !_TIME_H_ */