Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ulrich Drepper committed Aug 3, 2002
1 parent 2b29b5a commit 7abb683
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion assert/assert.c
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ __assert_fail (const char *assertion, const char *file, unsigned int line,

abort ();
}
INTDEF(__assert_fail)
hidden_def(__assert_fail)

0 comments on commit 7abb683

Please sign in to comment.