summaryrefslogtreecommitdiff
path: root/klibc_fixups.h
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-05-26 19:40:27 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:35:47 -0700
commit84df02dd63bf53acb5a61e9db1da067760b927e9 (patch)
tree53467be0f6490d93841fc357db37689aab55dfcd /klibc_fixups.h
parent9e86e12e10ad147d27cb19bc3a6f799f38fd4502 (diff)
[PATCH] catchup with recent klibc
Our own implementation of the sysinfo system call is no longer needed, cause it's merged it into klibc now.
Diffstat (limited to 'klibc_fixups.h')
-rw-r--r--klibc_fixups.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/klibc_fixups.h b/klibc_fixups.h
index 6dfd5a5c17..f6c91cdd94 100644
--- a/klibc_fixups.h
+++ b/klibc_fixups.h
@@ -3,11 +3,6 @@
#ifndef KLIBC_FIXUPS_H
#define KLIBC_FIXUPS_H
-#include <linux/kernel.h>
-#include <linux/unistd.h>
-
-int sysinfo(struct sysinfo *info);
-
struct passwd {
char *pw_name; /* user name */
char *pw_passwd; /* user password */