better fix for __bounded removal
This commit is contained in:
@@ -10,4 +10,8 @@ typedef uint8_t u_int8_t;
|
||||
typedef uint32_t u_int32_t;
|
||||
#endif
|
||||
|
||||
#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__)
|
||||
# define __bounded__(x, y, z)
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user