mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-20 03:50:07 +00:00
8 lines
127 B
C
8 lines
127 B
C
|
/* Include trap definitions. */
|
||
|
#ifndef _SYS_TRAP_H
|
||
|
#define _SYS_TRAP_H 1
|
||
|
|
||
|
#include <machine/trap.h>
|
||
|
|
||
|
#endif /* sys/trap.h */
|