mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-20 03:52:29 +03:00
Remove redunant "warning: " prefix from stub warnings.
This commit is contained in:
@@ -228,8 +228,7 @@
|
||||
/* A canned warning for sysdeps/stub functions. */
|
||||
#define stub_warning(name) \
|
||||
__make_section_unallocated (".gnu.glibc-stub." #name) \
|
||||
link_warning (name, \
|
||||
"warning: " #name " is not implemented and will always fail")
|
||||
link_warning (name, #name " is not implemented and will always fail")
|
||||
|
||||
/* Warning for linking functions calling dlopen into static binaries. */
|
||||
#ifdef SHARED
|
||||
|
Reference in New Issue
Block a user