blob: cf3c2fdc7f79c7dcc37fb3848ed4c1e55d0673c9 [file] [log] [blame]
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00001#include <stdio.h>
2
3int syscall_enter(openat)(void *args)
4{
5 puts("Hello, world\n");
6 return 0;
7}
8
9license(GPL);