1
0
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:
Ulrich Drepper
2012-01-07 11:19:05 -05:00
parent dcc9756b5b
commit d75a0a62b1
449 changed files with 6 additions and 152654 deletions

View File

@ -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)