about summary refs log tree commit diff
path: root/assert/__assert.c
diff options
context:
space:
mode:
Diffstat (limited to 'assert/__assert.c')
-rw-r--r--assert/__assert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/assert/__assert.c b/assert/__assert.c
index b72ea9f567..94f34d1561 100644
--- a/assert/__assert.c
+++ b/assert/__assert.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.
+/* Copyright (C) 2000, 2002 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
@@ -23,5 +23,5 @@
 void
 __assert (const char *assertion, const char *file, int line)
 {
-  __assert_fail (assertion, file, line, (const char *) 0);
+  INTUSE(__assert_fail) (assertion, file, line, (const char *) 0);
 }