Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/include/EGL/../siginfo.h
Real path: /usr/include/siginfo.h
Zurück
/* * Copyright (c) 1989, 2016, Oracle and/or its affiliates. All rights reserved. */ /* Copyright (c) 1988 AT&T */ /* All Rights Reserved */ #ifndef _SIGINFO_H #define _SIGINFO_H #include <sys/types.h> #include <sys/siginfo.h> #ifdef __cplusplus extern "C" { #endif struct siginfolist { int nsiginfo; char **vsiginfo; }; extern const char *_sys_illlist[]; extern const char *_sys_fpelist[]; extern const char *_sys_segvlist[]; extern const char *_sys_buslist[]; extern const char *_sys_traplist[]; extern const char *_sys_cldlist[]; extern const struct siginfolist *_sys_siginfolistp; #define _sys_siginfolist _sys_siginfolistp /* * psignal() and psiginfo() are also declared in <signal.h> */ extern void psignal(int, const char *); extern void psiginfo(const siginfo_t *, const char *); #ifdef __cplusplus } #endif #endif /* _SIGINFO_H */