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/elf.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/elf.h') diff --git a/include/elf.h b/include/elf.h index ea2014a6..fdff052f 100644 --- a/include/elf.h +++ b/include/elf.h @@ -1,5 +1,4 @@ -#ifndef __ELF_H -#define __ELF_H +#pragma once #include @@ -402,5 +401,3 @@ typedef struct { uint64_t a_val; } a_un; } Elf64_auxv_t; - -#endif -- cgit v1.2.3