summaryrefslogtreecommitdiff
path: root/src/XlibInt.c
diff options
context:
space:
mode:
authorwalter harms <wharms@bfs.de>2016-06-04 17:22:07 +0200
committerwharms <wharms@bfs.de>2017-08-20 21:44:26 +0200
commitbf82ec0402479fd8399d69e7d62fc17d7956699a (patch)
treea0ea75b935fe7eadfb53e5207c7b3667d2ee1d1d /src/XlibInt.c
parent9abe8380074edea3ac4e72466ec47e921ca05e47 (diff)
downloadxorg-lib-libX11-bf82ec0402479fd8399d69e7d62fc17d7956699a.tar.gz
mark _XDefaultIOError as no_return
mark _XDefaultIOError as no_return. No one comes back from exit() ... Signed-off-by: harms wharms@bfs.de
Diffstat (limited to 'src/XlibInt.c')
-rw-r--r--src/XlibInt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XlibInt.c b/src/XlibInt.c
index 4c8eaeb7..075648e6 100644
--- a/src/XlibInt.c
+++ b/src/XlibInt.c
@@ -1238,7 +1238,7 @@ _XWireToEvent(
* _XDefaultIOError - Default fatal system error reporting routine. Called
* when an X internal system error is encountered.
*/
-int _XDefaultIOError(
+_X_NORETURN int _XDefaultIOError(
Display *dpy)
{
if (ECHECK(EPIPE)) {