Explorar el Código

eat whitespace

Mike Frysinger hace 20 años
padre
commit
09aeb4d2ce
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      libc/sysdeps/linux/common/sigprocmask.c

+ 0 - 1
libc/sysdeps/linux/common/sigprocmask.c

@@ -60,4 +60,3 @@ int sigprocmask(int how, const sigset_t * set, sigset_t * oldset)
 	return (__syscall_sigprocmask(how, set, oldset));
 }
 #endif
-