Resuscitate POSIX subsystem from revision 21378.
[reactos.git] / rossubsys / posix / include / sys / timeb.h
1 /* $Id: timeb.h,v 1.4 2002/10/29 04:45:22 rex Exp $
2 */
3 /*
4 * sys/timeb.h
5 *
6 * additional definitions for date and time. Conforming to the Single UNIX(r)
7 * Specification Version 2, System Interface & Headers Issue 5
8 *
9 * This file is part of the ReactOS Operating System.
10 *
11 * Contributors:
12 * Created by KJK::Hyperion <noog@libero.it>
13 *
14 * THIS SOFTWARE IS NOT COPYRIGHTED
15 *
16 * This source code is offered for use in the public domain. You may
17 * use, modify or distribute it freely.
18 *
19 * This code is distributed in the hope that it will be useful but
20 * WITHOUT ANY WARRANTY. ALL WARRANTIES, EXPRESS OR IMPLIED ARE HEREBY
21 * DISCLAMED. This includes but is not limited to warranties of
22 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
23 *
24 */
25 #ifndef __SYS_TIMEB_H_INCLUDED__
26 #define __SYS_TIMEB_H_INCLUDED__
27
28 /* INCLUDES */
29
30 /* OBJECTS */
31
32 /* TYPES */
33
34 /* CONSTANTS */
35
36 /* PROTOTYPES */
37
38 /* MACROS */
39
40 #endif /* __SYS_TIMEB_H_INCLUDED__ */
41
42 /* EOF */
43