mirror of
https://github.com/openharmony/third_party_liburing.git
synced 2026-07-21 07:05:34 -04:00
1ae61f6898
This adds missing SPDX-License-Identifier for: test/ce593a6c480a-test.c test/double-poll-crash.c test/exec-target.c test/lfs-openat-write.c test/lfs-openat.c test/pipe-eof.c test/pollfree.c test/sendmsg_fs_cve.c test/skip-cqe.c test/splice.c test/sq-poll-kthread.c test/sqpoll-cancel-hang.c test/sqpoll-disable-exit.c test/sqpoll-exit-hang.c test/sqpoll-sleep.c Signed-off-by: Ammar Faizi <ammarfaizi2@gnuweeb.org>
7 lines
84 B
C
7 lines
84 B
C
/* SPDX-License-Identifier: MIT */
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
return 0;
|
|
}
|