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