Browse Source

eat whitespace

Mike Frysinger 20 years ago
parent
commit
09aeb4d2ce
1 changed files with 0 additions and 1 deletions
  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
-