diff options
Diffstat (limited to 'lib/mlibc/abis/ironclad/shm.h')
-rw-r--r-- | lib/mlibc/abis/ironclad/shm.h | 21 |
1 files changed, 0 insertions, 21 deletions
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 */ |