From: Ulrich Drepper Date: Mon, 2 Mar 1998 13:33:12 +0000 (+0000) Subject: (_dl_sysdep_fatal): Fix parameters. X-Git-Tag: cvs/before-sparc-2_0_x-branch~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1adbf1daa73dd2f92e8fe18fcb867cd1c267c04;p=thirdparty%2Fglibc.git (_dl_sysdep_fatal): Fix parameters. --- diff --git a/elf/dl-support.c b/elf/dl-support.c index 593f96749b3..3620ebe4bc3 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -1,5 +1,5 @@ /* Support for dynamic linking code in static libc. - Copyright (C) 1996 Free Software Foundation, Inc. + Copyright (C) 1996, 1998 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -46,7 +46,7 @@ _dl_sysdep_open_zero_fill (void) /* This should never be called. */ void -_dl_sysdep_fatal (void) +_dl_sysdep_fatal (const char *msg, ...) { assert (! "_dl_sysdep_fatal called"); }