Jelajahi Sumber

Minor cleanups

Eric Andersen 24 tahun lalu
induk
melakukan
e9edb3f271
3 mengubah file dengan 3 tambahan dan 0 penghapusan
  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,
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 Cambridge, MA 02139, USA.  */
 
 
+#include <stdlib.h>
 #include <errno.h>
 #include <errno.h>
 #include <signal.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,
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 Cambridge, MA 02139, USA.  */
 
 
+#include <stdlib.h>
 #include <errno.h>
 #include <errno.h>
 #include <signal.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,
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 Cambridge, MA 02139, USA.  */
 
 
+#include <stdlib.h>
 #include <errno.h>
 #include <errno.h>
 #include <signal.h>
 #include <signal.h>