Fix unwanted whitespace in last patch
This commit is contained in:
parent
4da0c4b557
commit
b0da9f5279
@ -7,7 +7,6 @@ diff -Nrup a/nptl/sysdeps/pthread/pthread.h b/nptl/sysdeps/pthread/pthread.h
|
||||
struct __jmp_buf_tag;
|
||||
-extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROW;
|
||||
+extern int __sigsetjmp (struct __jmp_buf_tag __env[1], int __savemask) __THROWNL;
|
||||
|
||||
|
||||
|
||||
/* Mutex handling. */
|
||||
|
Loading…
Reference in New Issue
Block a user