From 6018e17637264a9561b37be699c3d53b6661de23 Mon Sep 17 00:00:00 2001 From: Kacper Fiedorowicz Date: Sat, 3 Jan 2026 18:44:51 +0100 Subject: Add docs and nohup/unlink utitilies --- include/alloca.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/alloca.h') 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 -- cgit v1.2.3