Moved here from the sysdeps directories.

2000-02-06  Martin Baulig  <martin@home-of-linux.org>

	* lib/sysdeps-init-*.c (glibtop_sys_siglist): Moved here from
	the sysdeps directories.

	* sysdeps/*/siglist.c: Removed.
This commit is contained in:
Martin Baulig
2000-02-06 18:20:20 +00:00
committed by Martin Baulig
parent 55ff827b50
commit 0f3babc8e9
21 changed files with 113 additions and 360 deletions

View File

@@ -27,6 +27,11 @@
#include <glibtop/open.h>
#include <glibtop/backend.h>
#include <glibtop/signal.h>
const glibtop_signame glibtop_sys_siglist [] =
{ { 0, NULL, NULL } };
void
_glibtop_open_sysdeps (glibtop *server, const char *program_name,
const unsigned long features, const unsigned flags)