summaryrefslogtreecommitdiff
path: root/libc/stdio/fflush_unlocked.c
blob: a6adb59c282a36a4083ee7668be97f01f1ae3054 (plain)
1
2
3
4
5
6
7
8
9
/* Copyright (C) 2004      Manuel Novoa III <mjn3@uclibc.org>
 * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 *
 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 *
 * Dedicated to Toni.  See uClibc/DEDICATION.mjn3 for details.
 */
#define __DO_UNLOCKED
#include "fflush.c"
n>mode:
Diffstat (limited to 'libpthread/nptl/pthread_exit.c')
-rw-r--r--libpthread/nptl/pthread_exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/pthread_exit.c b/libpthread/nptl/pthread_exit.c
index 88d3859b7..98f67f245 100644
--- a/libpthread/nptl/pthread_exit.c
+++ b/libpthread/nptl/pthread_exit.c
@@ -22,7 +22,7 @@
void
-attribute_protected
+attribute_protected attribute_noreturn
__pthread_exit (void* value)
{
THREAD_SETMEM (THREAD_SELF, result, value);