فهرست منبع

fix breakage from last commit: forgot to include ksigaction.h

this file can be overridden by a same-named file in an arch dir.
Rich Felker 12 سال پیش
والد
کامیت
0b637798cd
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      src/internal/ksigaction.h

+ 6 - 0
src/internal/ksigaction.h

@@ -0,0 +1,6 @@
+struct k_sigaction {
+	void (*handler)(int);
+	unsigned long flags;
+	void (*restorer)(void);
+	long mask[2];
+};