Correcting header guards across the kernel

This commit is contained in:
Imbus 2025-09-02 03:27:36 +02:00
parent 8d126a6dfd
commit 4ed3650089
12 changed files with 50 additions and 59 deletions

View file

@ -8,4 +8,4 @@ typedef __builtin_va_list va_list;
#define va_end(ap) __builtin_va_end(ap)
#define va_copy(dest, src) __builtin_va_copy(dest, src)
#endif
#endif // _STDARG_H