summary refs log tree commit diff
path: root/assert
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-03 18:43:13 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-03 18:43:13 +0000
commit7abb683a13860d04d1c20cce1dde0f44f2aa4a3f (patch)
tree916cdc8d39b52bedb3de0002ff09d35ce4e46fd6 /assert
parent2b29b5acdd746f16946a0fa1d93c4be8032ad6b1 (diff)
downloadglibc-7abb683a13860d04d1c20cce1dde0f44f2aa4a3f.tar.gz
glibc-7abb683a13860d04d1c20cce1dde0f44f2aa4a3f.tar.xz
glibc-7abb683a13860d04d1c20cce1dde0f44f2aa4a3f.zip
Update.
2002-08-03  Ulrich Drepper  <drepper@redhat.com>

	* assert/assert.c: Use hidden_def not INTDEF.

2002-08-03  Jakub Jelinek  <jakub@redhat.com>

	* include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
	not defined.
Diffstat (limited to 'assert')
-rw-r--r--assert/assert.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/assert/assert.c b/assert/assert.c
index 332ff7e096..20c86eba52 100644
--- a/assert/assert.c
+++ b/assert/assert.c
@@ -82,4 +82,4 @@ __assert_fail (const char *assertion, const char *file, unsigned int line,
 
   abort ();
 }
-INTDEF(__assert_fail)
+hidden_def(__assert_fail)