Allow this file to be used in libsa without warning...

Sponsored by: Netflix
This commit is contained in:
imp 2017-12-03 04:55:09 +00:00
parent 45d6ac72c6
commit 19512fb55b

View File

@ -35,7 +35,7 @@
#ifndef _SYS_SYSLIMITS_H_
#define _SYS_SYSLIMITS_H_
#if !defined(_KERNEL) && !defined(_LIMITS_H_) && !defined(_SYS_PARAM_H_)
#if !defined(_STANDALONE) && !defined(_KERNEL) && !defined(_LIMITS_H_) && !defined(_SYS_PARAM_H_)
#ifndef _SYS_CDEFS_H_
#error this file needs sys/cdefs.h as a prerequisite
#endif