소스 검색

Minor cleanups

Eric Andersen 23 년 전
부모
커밋
e9edb3f271
3개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      libc/signal/sigblock.c
  2. 1 0
      libc/signal/siggtmsk.c
  3. 1 0
      libc/signal/sigstmsk.c

+ 1 - 0
libc/signal/sigblock.c

@@ -16,6 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
+#include <stdlib.h>
 #include <errno.h>
 #include <signal.h>
 

+ 1 - 0
libc/signal/siggtmsk.c

@@ -16,6 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
+#include <stdlib.h>
 #include <errno.h>
 #include <signal.h>
 

+ 1 - 0
libc/signal/sigstmsk.c

@@ -16,6 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
+#include <stdlib.h>
 #include <errno.h>
 #include <signal.h>