瀏覽代碼

fix broken signal.h from header cleanup

Rich Felker 14 年之前
父節點
當前提交
3eb9feaa88
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      include/signal.h

+ 2 - 2
include/signal.h

@@ -46,8 +46,6 @@ union sigval
 	void *sival_ptr;
 };
 
-#include <bits/signal.h>
-
 int __libc_current_sigrtmin(void);
 int __libc_current_sigrtmax(void);
 
@@ -92,6 +90,8 @@ typedef int (*sighandler_t)(int);
 void (*bsd_signal(int, void (*)(int)))(int);
 #endif
 
+#include <bits/signal.h>
+
 typedef int sig_atomic_t;
 
 void (*signal(int, void (*)(int)))(int);