1
0
Fork 0
alistair23-linux/tools/testing/selftests/mqueue
Ben Hutchings c1ee48315d selftests: Add missing #include directives
Several C programs fail to include the headers declaring all the
functions they call, resulting in warnings or errors.

After this, memfd_test.c is still missing some function declarations
but can't easily get them because of a conflict between
<linux/fcntl.h> and <sys/fcntl.h>.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
2015-11-03 16:53:53 -07:00
..
.gitignore tools/selftests: add mq_perf_tests 2012-05-31 17:49:31 -07:00
Makefile selftests: mqueue: simplify the Makefile 2015-09-14 16:43:24 -06:00
mq_open_tests.c selftests: Add missing #include directives 2015-11-03 16:53:53 -07:00
mq_perf_tests.c selftests: Add missing #include directives 2015-11-03 16:53:53 -07:00