mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
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.
This commit is contained in:
parent
2b29b5acdd
commit
7abb683a13
@ -1,3 +1,12 @@
|
||||
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.
|
||||
|
||||
2002-08-03 Roland McGrath <roland@redhat.com>
|
||||
|
||||
* include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
|
||||
|
@ -82,4 +82,4 @@ __assert_fail (const char *assertion, const char *file, unsigned int line,
|
||||
|
||||
abort ();
|
||||
}
|
||||
INTDEF(__assert_fail)
|
||||
hidden_def(__assert_fail)
|
||||
|
Loading…
Reference in New Issue
Block a user