#include <signal.h>
#include <stdlib.h>
#include <unistd.h>
#include <stdio.h>
#include <l4/dope/dopelib.h>
#include "startup.h"
#include <asm/ucontext.h>
Functions | |
| static void | sigsegv (int sig, siginfo_t *info, void *arg) |
| Handler that tries to call exit() to call the exit-handlers. | |
| static void | sigint (int sig) |
| static void | deregister (void) |
| close the dope app | |
| int | native_startup (int argc, char **argv) |
1.5.6