blob: 94e6bc8ef2e4ba73efb442e9b5bfb294a8e2feb4 [file] [log] [blame]
/*
* arch/arm64/include/klibc/archsignal.h
*
* Architecture-specific signal definitions
*
*/
#ifndef _KLIBC_ARCHSIGNAL_H
#define _KLIBC_ARCHSIGNAL_H
#include <asm/signal.h>
/* No special stuff for this architecture */
#endif