mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 02:40:06 +00:00
8 lines
204 B
C
8 lines
204 B
C
|
/* Architecture-specific additional siginfo constants. */
|
||
|
#ifndef _BITS_SIGINFO_CONSTS_ARCH_H
|
||
|
#define _BITS_SIGINFO_CONSTS_ARCH_H 1
|
||
|
|
||
|
/* This architecture has no additional siginfo constants. */
|
||
|
|
||
|
#endif
|