aboutsummaryrefslogtreecommitdiff
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/driver.c b/driver.c
index 09afe0f..1015153 100644
--- a/driver.c
+++ b/driver.c
@@ -5,7 +5,6 @@
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
-#include <stdnoreturn.h>
#include <string.h>
#include <fcntl.h>
@@ -294,7 +293,7 @@ kill:
}
}
-static noreturn void
+static void
buildexe(struct input *inputs, size_t ninputs, char *output)
{
struct stageinfo *s = &stages[LINK];