chiark / gitweb /
caea8d8b3dd69c468d2d992e7d39a2f7a54e077e
[elogind.git] / klibc / klibc / arch / i386 / include / klibc / archsignal.h
1 /*
2  * arch/i386/include/klibc/archsignal.h
3  *
4  * Architecture-specific signal definitions
5  *
6  */
7
8 #ifndef _KLIBC_ARCHSIGNAL_H
9 #define _KLIBC_ARCHSIGNAL_H
10
11 typedef int sig_atomic_t;
12
13 #endif