Add newline at the end of the files. Use built in keywords properly.

This commit is contained in:
Enrico Fraccaroli
2022-12-13 14:31:27 -05:00
parent 0965669f4b
commit 3f73b8d8a0
26 changed files with 46 additions and 48 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
#include <strerror.h>
#include <sys/wait.h>
#define cpu_relax() asm volatile("pause\n" \
#define cpu_relax() __asm__ __volatile__("pause\n" \
: \
: \
: "memory")