new lock algorithm with state and congestion count in one atomic int
[musl] / arch / powerpc / bits / signal.h
index 17a7354..06efb11 100644 (file)
@@ -23,8 +23,7 @@ typedef struct {
        unsigned vscr;
 } vrregset_t;
 
-struct sigcontext
-{
+struct sigcontext {
        unsigned long _unused[4];
        int signal;
        unsigned long handler;