*** empty log message ***
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
#define PROFILE_COUNT 1
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_LINUX_TABLE
|
||||
#include <unistd.h>
|
||||
#include <linux/unistd.h>
|
||||
#include <linux/table.h>
|
||||
@@ -40,6 +41,7 @@
|
||||
#include <syscall.h>
|
||||
|
||||
_syscall3 (int, table, int, type, union table *, tbl, const void *, param);
|
||||
#endif
|
||||
|
||||
int
|
||||
main (int argc, char *argv [])
|
||||
|
@@ -29,6 +29,16 @@
|
||||
#include <glibtop/union.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
|
||||
main (int argc, char *argv [])
|
||||
{
|
||||
|
@@ -32,6 +32,16 @@
|
||||
|
||||
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
|
||||
main (int argc, char *argv[])
|
||||
{
|
||||
|
@@ -32,3 +32,4 @@ sysinfo.lo
|
||||
uptime.lo
|
||||
write.lo
|
||||
xmalloc.lo
|
||||
lib.c
|
||||
|
@@ -36,6 +36,16 @@
|
||||
#define GET_MAX_FDS() 256
|
||||
#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
|
||||
main(int argc, char *argv[])
|
||||
{
|
||||
|
@@ -23,3 +23,4 @@ so_locations
|
||||
swap.lo
|
||||
sysdeps.lo
|
||||
uptime.lo
|
||||
guile.c
|
||||
|
@@ -14,12 +14,6 @@ CFLAGS = -Wall -W @CFLAGS@
|
||||
|
||||
lib_LTLIBRARIES = libgtop_guile.la
|
||||
|
||||
libgtop_guile_la_SOURCES = boot.c sysdeps.c cpu.c mem.c swap.c uptime.c \
|
||||
loadavg.c shm_limits.c msg_limits.c \
|
||||
sem_limits.c proclist.c procstate.c procuid.c \
|
||||
proctime.c procmem.c procsignal.c prockernel.c \
|
||||
procsegment.c
|
||||
|
||||
libgtop_guile_la_SOURCES = guile.c
|
||||
|
||||
BUILT_SOURCES = guile.c
|
||||
|
@@ -24,3 +24,4 @@ so_locations
|
||||
swap.lo
|
||||
sysdeps.lo
|
||||
uptime.lo
|
||||
guile-names.c
|
||||
|
Reference in New Issue
Block a user