mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-19 03:20:05 +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 */
|