about summary refs log tree commit diff
path: root/nptl
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-04-16 03:12:34 +0000
committerRoland McGrath <roland@gnu.org>2003-04-16 03:12:34 +0000
commit4ab6f47ce341913208e424eb70364442e826a00a (patch)
treeef7f100312a2fea583d0bf4e03ea1aa6df2c3b02 /nptl
parent21e66107561c463d5ce502d6b2bfce231898bd95 (diff)
downloadglibc-4ab6f47ce341913208e424eb70364442e826a00a.tar.gz
glibc-4ab6f47ce341913208e424eb70364442e826a00a.tar.xz
glibc-4ab6f47ce341913208e424eb70364442e826a00a.zip
* libio/fileops.c (_IO_file_close_it): Macro tweak to avoid warning.
	* sysdeps/generic/libc-start.c [NEED_DL_SYSINFO]: Add decl for
	INTUSE(__register_frame_info_bases).
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog4
-rw-r--r--nptl/forward.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 394e224e1e..c7cfbbb076 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-15  Roland McGrath  <roland@redhat.com>
+
+	* forward.c (__pthread_unwind): Tweak to avoid warning.
+
 2003-04-15  Ulrich Drepper  <drepper@redhat.com>
 
 	* pthreadP.h: Move THREAD_ATOMIC_* replacements to the top.
diff --git a/nptl/forward.c b/nptl/forward.c
index ed3e23e68d..1f4cd482c6 100644
--- a/nptl/forward.c
+++ b/nptl/forward.c
@@ -173,6 +173,7 @@ FORWARD (pthread_setcancelstate, (int state, int *oldstate), (state, oldstate),
 
 FORWARD (pthread_setcanceltype, (int type, int *oldtype), (type, oldtype), 0)
 
+#define return /* value is void */
 FORWARD2(__pthread_unwind,
 	 void attribute_hidden __attribute ((noreturn)) __cleanup_fct_attribute,
 	 (__pthread_unwind_buf_t *buf), (buf), {
@@ -180,3 +181,4 @@ FORWARD2(__pthread_unwind,
 		       INTERNAL_SYSCALL_DECL (err);
 		       INTERNAL_SYSCALL (kill, err, 1, SIGKILL);
 		     })
+#undef return