summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/engine.c
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2020-01-13 14:56:59 +0000
committerespie <espie@openbsd.org>2020-01-13 14:56:59 +0000
commit3bb9adb9cad1ebf418c20de47a003a36540c3d69 (patch)
tree21f00ce9a98b2575c004b416c9a333437faddb6c /usr.bin/make/engine.c
parentsimplify the way we account for different jobs: (diff)
downloadwireguard-openbsd-3bb9adb9cad1ebf418c20de47a003a36540c3d69.tar.xz
wireguard-openbsd-3bb9adb9cad1ebf418c20de47a003a36540c3d69.zip
better name for function
Diffstat (limited to 'usr.bin/make/engine.c')
-rw-r--r--usr.bin/make/engine.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/engine.c b/usr.bin/make/engine.c
index 45cd390d33f..2e492c81272 100644
--- a/usr.bin/make/engine.c
+++ b/usr.bin/make/engine.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: engine.c,v 1.63 2020/01/13 14:51:50 espie Exp $ */
+/* $OpenBSD: engine.c,v 1.64 2020/01/13 14:56:59 espie Exp $ */
/*
* Copyright (c) 2012 Marc Espie.
*
@@ -615,7 +615,7 @@ job_attach_node(Job *job, GNode *node)
}
void
-job_handle_status(Job *job, int status)
+handle_job_status(Job *job, int status)
{
bool silent;
int dying;