mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Moved include of <sys/cdefs.h> earlier for the same reasons as moving
it in <sys/types.h>. PR: 5785
This commit is contained in:
parent
9a70f9f75f
commit
85b4696243
1 changed files with 2 additions and 2 deletions
|
|
@ -36,6 +36,8 @@
|
|||
#ifndef _STDLIB_H_
|
||||
#define _STDLIB_H_
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#include <machine/ansi.h>
|
||||
|
||||
#if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE)
|
||||
|
|
@ -79,8 +81,6 @@ typedef struct {
|
|||
extern int __mb_cur_max;
|
||||
#define MB_CUR_MAX __mb_cur_max
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
void abort __P((void)) __dead2;
|
||||
int abs __P((int)) __pure2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue