From 4ab6f47ce341913208e424eb70364442e826a00a Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 16 Apr 2003 03:12:34 +0000 Subject: * 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). --- nptl/forward.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nptl/forward.c') 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 -- cgit v1.2.3