Linux Audio

Check our new training course

Yocto / OpenEmbedded training

Mar 24-27, 2025, special US time zones
Register
Loading...
v5.4
1#include <stdio.h>
2
3int syscall_enter(openat)(void *args)
4{
5	puts("Hello, world\n");
6	return 0;
7}
8
9license(GPL);
v5.9
1#include <stdio.h>
2
3int syscall_enter(openat)(void *args)
4{
5	puts("Hello, world\n");
6	return 0;
7}
8
9license(GPL);