![]() |
NANO103 BSP V3.02.000
The Board Support Package for Nano103 Series
|
#include <_ansi.h>
#include <_syslist.h>
#include <errno.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/times.h>
#include <limits.h>
#include <signal.h>
Go to the source code of this file.
Functions | |
void *__dso_handle | __attribute__ ((weak)) |
A callback called by library while smartcard request for a time extension. More... | |
void | __initialize_args (int *p_argc, char ***p_argv) |
int | raise (int sig __attribute__((unused))) |
int | kill (pid_t pid, int sig) |
int | kill (pid_t pid __attribute__((unused)), int sig __attribute__((unused))) |
Variables | |
int | errno |
void __initialize_args | ( | int * | p_argc, |
char *** | p_argv | ||
) |
int kill | ( | pid_t pid | __attribute__(unused), |
int sig | __attribute__(unused) | ||
) |
Definition at line 75 of file _syscalls.c.
int kill | ( | pid_t | pid, |
int | sig | ||
) |
int raise | ( | int sig | __attribute__(unused) | ) |
Definition at line 65 of file _syscalls.c.
int errno |
Definition at line 9 of file _syscalls.c.