This reverts commit bb9c3118ed5fdc16b8e2d9882375005c2a62d0cc, reversing changes made to 7015d84e0ca6f02fede45621571084df98dda712. This is missing quite a few headers
7 lines
189 B
C
7 lines
189 B
C
/* Architecture-specific adjustments to siginfo_t. */
|
|
#ifndef _BITS_SIGINFO_ARCH_H
|
|
#define _BITS_SIGINFO_ARCH_H 1
|
|
|
|
/* This architecture has no adjustments to make to siginfo_t. */
|
|
|
|
#endif |