History log of /external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/14-1-buildonly.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
354ebb48db8e66a853a58379a4808d5dcd1ceac3 07-Dec-2012 Wanlong Gao <gaowanlong@cn.fujitsu.com> cleanup code indent

Cleanup the code indent using:

find . -name *.c -exec Lindent {} \;

It's really a big change, but can fix almost all of
the indent problem in C code, although we can't
ensure all of the changes are right, but the error
changes are really few.

Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/14-1-buildonly.c
ca8a36984c06eec18004612166b1e4baea8a5700 17-Jan-2011 Garrett Cooper <yanegomi@gmail.com> Mask SIGPOLL and SIGXPROF.

Much like the previous commit to replace SIGPOLL, this commit masks
SIGPOLL (as it's obsolete but still optionally valid) and SIGXPROF
(same reasoning as SIGPOLL) in testcases.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/14-1-buildonly.c
2c28215423293e443469a07ae7011135d058b671 16-Dec-2010 Garrett Cooper <yanegomi@gmail.com> Style and conformance changes.

1. Strip all leading space.
2. Move tst_exit() to main().
3. Remove tst_exit() from cleanup().
4. Remove cluebat comments.
5. Reduce some unnecessary whitespace.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/14-1-buildonly.c
69a66f173dc5e1cee6ff512947a1dbc4521245ce 04-Jul-2010 Garrett Cooper <yanegomi@gmail.com> Properly categorize all remaining tests.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/signal_h/14-1-buildonly.c