]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: af_unix: remove unused stdlib.h include
authorSunday Adelodun <adelodunolaoluwa@yahoo.com>
Tue, 25 Nov 2025 11:36:48 +0000 (12:36 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 27 Nov 2025 11:42:51 +0000 (12:42 +0100)
commit5c9c1e78de1e41b5321583139851797580c077c3
tree6c43b0c6df240bceec3cd129e1bec765ac60c211
parented245fe9c1bf5471cf0193a08ddab367f9ca0385
selftests: af_unix: remove unused stdlib.h include

The unix_connreset.c test included <stdlib.h>, but no symbol from that
header is used. This causes a fatal build error under certain
linux-next configurations where stdlib.h is not available.

Remove the unused include to fix the build.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/r/202511221800.hcgCKvVa-lkp@intel.com/
Signed-off-by: Sunday Adelodun <adelodunolaoluwa@yahoo.com>
Link: https://patch.msgid.link/20251125113648.25903-1-adelodunolaoluwa@yahoo.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
tools/testing/selftests/net/af_unix/unix_connreset.c