aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ia64/fpu/libc_libm_error.c
blob: 83a0bae4df33c1a9bef8367415e9bf5e9e2d9ed6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* 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);
}