times.h revision 4887:feebf9260c2e
133965Sjdp
2130561Sobrien/* : : generated by proto : : */
360484Sobrien/***********************************************************************
433965Sjdp*                                                                      *
5130561Sobrien*               This software is part of the ast package               *
6130561Sobrien*           Copyright (c) 1985-2007 AT&T Knowledge Ventures            *
7130561Sobrien*                      and is licensed under the                       *
8130561Sobrien*                  Common Public License, Version 1.0                  *
933965Sjdp*                      by AT&T Knowledge Ventures                      *
10130561Sobrien*                                                                      *
11130561Sobrien*                A copy of the License is available at                 *
12130561Sobrien*            http://www.opensource.org/licenses/cpl1.0.txt             *
13130561Sobrien*         (with md5 checksum 059e8cd6165cb4c31e351f2b69388fd9)         *
1433965Sjdp*                                                                      *
15130561Sobrien*              Information and Software Systems Research               *
16130561Sobrien*                            AT&T Research                             *
17218822Sdim*                           Florham Park NJ                            *
1833965Sjdp*                                                                      *
1933965Sjdp*                 Glenn Fowler <gsf@research.att.com>                  *
2033965Sjdp*                  David Korn <dgk@research.att.com>                   *
2133965Sjdp*                   Phong Vo <kpv@research.att.com>                    *
2233965Sjdp*                                                                      *
2333965Sjdp***********************************************************************/
2433965Sjdp
2533965Sjdp/*
2633965Sjdp * Glenn Fowler
2733965Sjdp * AT&T Research
2833965Sjdp *
2933965Sjdp * -last clock_t,time_t interface definitions plus
3033965Sjdp *
3133965Sjdp *	<ast.h>
3233965Sjdp *	<time.h>
3333965Sjdp *	<sys/time.h>
3433965Sjdp *	<sys/times.h>
3533965Sjdp */
3633965Sjdp
3733965Sjdp#ifndef _TIMES_H
3833965Sjdp#if !defined(__PROTO__)
3933965Sjdp#include <prototyped.h>
4033965Sjdp#endif
4133965Sjdp#if !defined(__LINKAGE__)
4233965Sjdp#define __LINKAGE__		/* 2004-08-11 transition */
4333965Sjdp#endif
4433965Sjdp
4533965Sjdp#define _TIMES_H
4633965Sjdp
4733965Sjdp#include <ast.h>
4833965Sjdp
4933965Sjdp#undef	_TIMES_H
5033965Sjdp#include <ast_time.h>
5133965Sjdp#ifndef _TIMES_H
5233965Sjdp#define _TIMES_H
5333965Sjdp#endif
5433965Sjdp
5533965Sjdp#if _BLD_ast && defined(__EXPORT__)
5633965Sjdp#undef __MANGLE__
5733965Sjdp#define __MANGLE__ __LINKAGE__		__EXPORT__
5833965Sjdp#endif
5933965Sjdp
6033965Sjdpextern __MANGLE__ int		touch __PROTO__((const char*, time_t, time_t, int));
6133965Sjdp
6233965Sjdp#undef __MANGLE__
6333965Sjdp#define __MANGLE__ __LINKAGE__
6433965Sjdp
6533965Sjdp#endif
6633965Sjdp