OpenGrok
Cross Reference: overflow.h
xref
: /
src
/
sys
/
external
/
bsd
/
common
/
include
/
linux
/
overflow.h
Home
|
History
|
Annotate
|
Download
|
only in
linux
History log of
/src/sys/external/bsd/common/include/linux/overflow.h
Revision
Date
Author
Comments
1.2
19-Dec-2021
riastradh
linux: Allow non-VLA structs in struct_size.
Upstream sometimes uses
struct foo {
int x;
short y[1];
};
instead of short y[] with struct_size.
1.1
19-Dec-2021
riastradh
linux: Move linux/overflow.h from drm2 to common.
Needed so linux/slab.h can side-load it.
Indexes created Sat Sep 20 22:09:52 GMT 2025