summaryrefslogtreecommitdiff
path: root/libc/pwd_grp
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-01-23 22:41:25 +0100
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-01-23 22:41:25 +0100
commitb448835995a7459e3f2e0f0cdce0e51b95ac7662 (patch)
tree1b5a15ec4c8b2470c5b14bdd5d0b5b3662dedb4d /libc/pwd_grp
parent95bb1ae902f590156048149c73da48fe851ed224 (diff)
fix typo in previous commit
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libc/pwd_grp')
-rw-r--r--libc/pwd_grp/lckpwdf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/pwd_grp/lckpwdf.c b/libc/pwd_grp/lckpwdf.c
index da72b0fcb..adbc616a9 100644
--- a/libc/pwd_grp/lckpwdf.c
+++ b/libc/pwd_grp/lckpwdf.c
@@ -146,7 +146,7 @@ ulckpwdf (void)
static void
-noop_handler (int sig attribute_unused)
+noop_handler (int sig attribute_unused) {
/* We simply return which makes the `fcntl' call return with an error. */
}