Move <sys/cdefs.h> up to reduce diff to NetBSD.
This commit is contained in:
parent
7bcbf4cce9
commit
442861ce97
@ -40,6 +40,8 @@
|
||||
#ifndef _h_sys
|
||||
#define _h_sys
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#ifndef public
|
||||
# define public /* Externally visible functions/variables */
|
||||
#endif
|
||||
@ -53,8 +55,6 @@
|
||||
/* When we want to hide everything */
|
||||
#endif
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#ifndef _PTR_T
|
||||
# define _PTR_T
|
||||
typedef void *ptr_t;
|
||||
|
Loading…
x
Reference in New Issue
Block a user