Whamcloud - gitweb
e2fsck: make e2fsck sigcatcher use SIGCHLD rather than SIGCLD
authorTheodore Ts'o <tytso@mit.edu>
Wed, 5 Oct 2011 18:47:09 +0000 (14:47 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 5 Oct 2011 18:47:09 +0000 (14:47 -0400)
commit048c0e46d4bf45ca9156d2ac5e2c8f53aa584898
tree7396adba4a75e0e9be9c873380f4b5bfc4be121a
parentb5ba6f5b9da9d4e3d6f52ef9470ec12a161b1a7f
e2fsck: make e2fsck sigcatcher use SIGCHLD rather than SIGCLD

SIGCHLD is more portable than SIGCLD, which is a Linux specific thing

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
e2fsck/sigcatcher.c