]> granicus.if.org Git - strace/commit
Cosmetic fixes, no code changes
authorDenys Vlasenko <dvlasenk@redhat.com>
Thu, 18 Aug 2011 10:48:56 +0000 (12:48 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Tue, 23 Aug 2011 10:53:01 +0000 (12:53 +0200)
commit041b3ee42e7c6338f482320bcc649aff254ae892
tree91974bca9ab7d407f337b4d41635610a4047eac8
parent04f8b4860f12512186481ca21dbd311d9d612326
Cosmetic fixes, no code changes

* defs.h: Add/reformat comments.
* signal.c: Remove wrong comment. Add warning directive
when we detect that NSIG is undefined. Add comment about
NSIG on ARM. Fix typo in comment.
(signame): Reformat code a bit without changes to logic.
Shorten static buffer.
(sys_rt_sigprocmask): Remove stray empty line.
* syscall.c: Add warning directive when we detect that
NSIG is undefined. Add comment about NSIG on ARM.

Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
defs.h
signal.c
syscall.c