From 5f335ca4afaa189799225f856f3af8b3d9fd2e1c Mon Sep 17 00:00:00 2001 From: "kay.sievers@vrfy.org" Date: Sun, 6 Mar 2005 02:09:30 +0100 Subject: [PATCH] klibc_fixups: remove no longer needed stuff --- klibc_fixups/klibc_fixups.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 klibc_fixups/klibc_fixups.h (limited to 'klibc_fixups') diff --git a/klibc_fixups/klibc_fixups.h b/klibc_fixups/klibc_fixups.h deleted file mode 100644 index 13011b6888..0000000000 --- a/klibc_fixups/klibc_fixups.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifdef __KLIBC__ - -#ifndef _KLIBC_FIXUPS_H -#define _KLIBC_FIXUPS_H - -#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T -#include - -#define _SC_PAGESIZE 0x66 -static inline long int sysconf(int name) -{ - if (name == _SC_PAGESIZE) - return getpagesize(); - - return -1; -} - -struct exit_status { - short int e_termination; /* process termination status */ - short int e_exit; /* process exit status */ -}; - -#endif /* KLIBC_FIXUPS_H */ -#endif /* __KLIBC__ */ -- cgit v1.2.3-54-g00ecf