mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Remove IA-64 support
This commit is contained in:
@ -1,14 +0,0 @@
|
||||
/* Error handling in libm-style for libc. */
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
#include "libm_support.h"
|
||||
|
||||
|
||||
void
|
||||
__libm_error_support (void *arg1, void *arg2, void *retval,
|
||||
error_types input_tag)
|
||||
{
|
||||
__set_errno (ERANGE);
|
||||
}
|
||||
libc_hidden_def (__libm_error_support)
|
Reference in New Issue
Block a user