X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udev%2Fudev-sysdeps.h;h=35671baca1e290b637e99271dc233c98aa497704;hb=e91ac78ffc62a7a4f10fc66ed492e5b67a11448a;hp=08d7e48543ba1fdafc83b4945a2537bd6b21bf27;hpb=95d61c274566700ea2d39a4a048e2fa6ea2cc58f;p=elogind.git diff --git a/udev/udev-sysdeps.h b/udev/udev-sysdeps.h index 08d7e4854..35671baca 100644 --- a/udev/udev-sysdeps.h +++ b/udev/udev-sysdeps.h @@ -21,14 +21,7 @@ #define _UDEV_SYSDEPS_H_ #include - -/* needed for our signal handlers to work */ -#undef asmlinkage -#ifdef __i386__ -#define asmlinkage __attribute__((regparm(0))) -#else -#define asmlinkage -#endif /* __i386__ */ +#include #ifndef HAVE_INOTIFY static inline int inotify_init(void)