Removed declararion of table () function again.

This commit is contained in:
Martin Baulig
1998-06-14 12:18:39 +00:00
parent c75b77affc
commit 23cccaf87f
4 changed files with 0 additions and 40 deletions

View File

@@ -33,16 +33,6 @@
#define PROFILE_COUNT 1 #define PROFILE_COUNT 1
#endif #endif
#ifdef HAVE_LINUX_TABLE
#include <unistd.h>
#include <linux/unistd.h>
#include <linux/table.h>
#include <syscall.h>
_syscall3 (int, table, int, type, union table *, tbl, const void *, param);
#endif
int int
main (int argc, char *argv []) main (int argc, char *argv [])
{ {

View File

@@ -29,16 +29,6 @@
#include <glibtop/union.h> #include <glibtop/union.h>
#include <glibtop/sysdeps.h> #include <glibtop/sysdeps.h>
#ifdef HAVE_LINUX_TABLE
#include <unistd.h>
#include <linux/unistd.h>
#include <linux/table.h>
#include <syscall.h>
_syscall3 (int, table, int, type, union table *, tbl, const void *, param);
#endif
int int
main (int argc, char *argv []) main (int argc, char *argv [])
{ {

View File

@@ -32,16 +32,6 @@
void main_prog(int argc, char *argv[]); void main_prog(int argc, char *argv[]);
#ifdef HAVE_LINUX_TABLE
#include <unistd.h>
#include <linux/unistd.h>
#include <linux/table.h>
#include <syscall.h>
_syscall3 (int, table, int, type, union table *, tbl, const void *, param);
#endif
int int
main (int argc, char *argv[]) main (int argc, char *argv[])
{ {

View File

@@ -36,16 +36,6 @@
#define GET_MAX_FDS() 256 #define GET_MAX_FDS() 256
#endif #endif
#ifdef HAVE_LINUX_TABLE
#include <unistd.h>
#include <linux/unistd.h>
#include <linux/table.h>
#include <syscall.h>
_syscall3 (int, table, int, type, union table *, tbl, const void *, param);
#endif
int int
main(int argc, char *argv[]) main(int argc, char *argv[])
{ {