Selaa lähdekoodia

eat whitespace

Mike Frysinger 20 vuotta sitten
vanhempi
commit
09aeb4d2ce
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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
-