From f5e48e94a2f4d4bbd6e5628c7f2afafc6dbcc459 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Thu, 7 Mar 2024 17:28:52 -0500 Subject: build: Build mlibc + add distclean target Signed-off-by: Ian Moffett --- lib/mlibc/abis/ironclad/shm.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 lib/mlibc/abis/ironclad/shm.h (limited to 'lib/mlibc/abis/ironclad/shm.h') diff --git a/lib/mlibc/abis/ironclad/shm.h b/lib/mlibc/abis/ironclad/shm.h deleted file mode 100644 index 93fb01b..0000000 --- a/lib/mlibc/abis/ironclad/shm.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef _ABIBITS_SHM_H -#define _ABIBITS_SHM_H - -#ifdef __cplusplus -extern "C" { -#endif - -struct shm_info { - int used_ids; - unsigned long shm_tot; - unsigned long shm_rss; - unsigned long shm_swp; - unsigned long swap_attempts; - unsigned long swap_successes; -}; - -#ifdef __cplusplus -} -#endif - -#endif /* _ABIBITS_SHM_H */ -- cgit v1.2.3