mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
Add _BSD_CLOCKID_T_ and _BSD_TIMER_T_ for posix clock/timer support
Obtained from: NetBSD
This commit is contained in:
parent
9f70eea59b
commit
894c517fd6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=25577
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)ansi.h 8.2 (Berkeley) 1/4/94
|
||||
* $Id$
|
||||
* $Id: ansi.h,v 1.12 1997/02/22 09:33:53 peter Exp $
|
||||
*/
|
||||
|
||||
#ifndef _MACHINE_ANSI_H_
|
||||
@ -53,6 +53,8 @@
|
||||
#define _BSD_SSIZE_T_ int /* byte count or error */
|
||||
#define _BSD_TIME_T_ long /* time() */
|
||||
#define _BSD_WCHAR_T_ _BSD_CT_RUNE_T_ /* wchar_t (see below) */
|
||||
#define _BSD_CLOCKID_T_ int
|
||||
#define _BSD_TIMER_T_ int
|
||||
|
||||
/*
|
||||
* Types which are fundamental to the implementation and must be used
|
||||
|
Loading…
Reference in New Issue
Block a user