Conditionalize a GCCism.
Approved by: re
This commit is contained in:
parent
4ea25f94be
commit
b8001d2f15
@ -38,8 +38,10 @@
|
||||
#define _SYS_SYSLIMITS_H_
|
||||
|
||||
#if !defined(_KERNEL) && !defined(_LIMITS_H_) && !defined(_SYS_PARAM_H_)
|
||||
#if __GNUC__
|
||||
#warning "No user-serviceable parts inside."
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Do not add any new variables here. (See the comment at the end of
|
||||
|
Loading…
Reference in New Issue
Block a user