mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-11 22:00:08 +00:00
8 lines
145 B
C
8 lines
145 B
C
|
/* Include Linux/SPARC specific trap definitions. */
|
||
|
#ifndef _SYS_TRAP_H
|
||
|
#define _SYS_TRAP_H 1
|
||
|
|
||
|
#include <asm/traps.h>
|
||
|
|
||
|
#endif /* sys/trap.h */
|