Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dc5322e5 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: remove empty lines and unnecessary #ifdef coding in include/asm/signal.h



Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent f03d70a7
Loading
Loading
Loading
Loading
+0 −4
Original line number Original line Diff line number Diff line
@@ -3,16 +3,12 @@


#include <uapi/asm/signal.h>
#include <uapi/asm/signal.h>



#define _NSIG		64
#define _NSIG		64
/* bits-per-word, where word apparently means 'long' not 'int' */
/* bits-per-word, where word apparently means 'long' not 'int' */
#define _NSIG_BPW	BITS_PER_LONG
#define _NSIG_BPW	BITS_PER_LONG
#define _NSIG_WORDS	(_NSIG / _NSIG_BPW)
#define _NSIG_WORDS	(_NSIG / _NSIG_BPW)


# ifndef __ASSEMBLY__
# ifndef __ASSEMBLY__
#ifdef CONFIG_64BIT
#else
#endif


/* Most things should be clean enough to redefine this at will, if care
/* Most things should be clean enough to redefine this at will, if care
   is taken to make libc match.  */
   is taken to make libc match.  */