about summary refs log tree commit diff
path: root/sysdeps/generic/libc_fatal.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/libc_fatal.c')
-rw-r--r--sysdeps/generic/libc_fatal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/generic/libc_fatal.c b/sysdeps/generic/libc_fatal.c
index a6632391e5..be23849829 100644
--- a/sysdeps/generic/libc_fatal.c
+++ b/sysdeps/generic/libc_fatal.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1993, 1995, 1997, 2003 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
@@ -28,3 +28,4 @@ __libc_fatal (message)
 
   abort ();
 }
+libc_hidden_def (__libc_fatal)