Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit cd76070

Browse files
committed
parisc: Drop useless comments in uapi/asm/signal.h
Signed-off-by: Helge Deller <[email protected]>
1 parent 75ae042 commit cd76070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/parisc/include/uapi/asm/signal.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
#define SIGURG 29
3636
#define SIGXFSZ 30
3737
#define SIGUNUSED 31
38-
#define SIGSYS 31 /* Linux doesn't use this */
38+
#define SIGSYS 31
3939

4040
/* These should not be considered constants from userland. */
4141
#define SIGRTMIN 32
42-
#define SIGRTMAX _NSIG /* it's 44 under HP/UX */
42+
#define SIGRTMAX _NSIG
4343

4444
/*
4545
* SA_FLAGS values:

0 commit comments

Comments
 (0)