]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(_dl_sysdep_fatal): Fix parameters.
authorUlrich Drepper <drepper@redhat.com>
Mon, 2 Mar 1998 13:33:12 +0000 (13:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 2 Mar 1998 13:33:12 +0000 (13:33 +0000)
elf/dl-support.c

index 593f96749b3d5bad5bf5162901c2a73c871fef94..3620ebe4bc3bb78662e7ea6af1bca5771738203d 100644 (file)
@@ -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");
 }