Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/mdocml/dist mark tag_signal as noreturn.
details: https://anonhg.NetBSD.org/src/rev/a1eaed5dbb76
branches: trunk
changeset: 346579:a1eaed5dbb76
user: christos <christos%NetBSD.org@localhost>
date: Wed Jul 20 12:04:18 2016 +0000
description:
mark tag_signal as noreturn.
diffstat:
external/bsd/mdocml/dist/tag.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 0f6f01309569 -r a1eaed5dbb76 external/bsd/mdocml/dist/tag.c
--- a/external/bsd/mdocml/dist/tag.c Wed Jul 20 07:56:10 2016 +0000
+++ b/external/bsd/mdocml/dist/tag.c Wed Jul 20 12:04:18 2016 +0000
@@ -37,7 +37,7 @@
char s[];
};
-static void tag_signal(int);
+static void tag_signal(int) __attribute__((__noreturn__));
static struct ohash tag_data;
static struct tag_files tag_files;
Home |
Main Index |
Thread Index |
Old Index