summaryrefslogtreecommitdiff
path: root/include/alloca.h
diff options
context:
space:
mode:
authorKacper Fiedorowicz <kf@efab.pl>2026-01-03 18:44:51 +0100
committerKacper Fiedorowicz <kf@efab.pl>2026-01-03 18:44:51 +0100
commit6018e17637264a9561b37be699c3d53b6661de23 (patch)
tree8546c9fa94358e7d6daaad5f11ac53e61be97ad5 /include/alloca.h
parentab21f339a33abb1144f3c0f5c4285324e7e88392 (diff)
Add docs and nohup/unlink utitiliesHEADmaster
Diffstat (limited to 'include/alloca.h')
-rw-r--r--include/alloca.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/alloca.h b/include/alloca.h
index b70f6572..a3522055 100644
--- a/include/alloca.h
+++ b/include/alloca.h
@@ -1,6 +1,3 @@
-#ifndef __ALLOCA_H
-#define __ALLOCA_H
+#pragma once
#define alloca(__size) __builtin_alloca(__size)
-
-#endif