mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
These structures can get embedded in other structures in user-space and cause all sorts of warnings and problems. So, we better don't take any chances and keep the zero-length arrays in place for now. Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>