~ubuntu-branches/ubuntu/precise/eglibc/precise-201308281639

« back to all changes in this revision

Viewing changes to sysdeps/x86_64/fpu/fraiseexcpt.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-02-08 01:58:09 UTC
  • mfrom: (1.5.3) (288.1.12 precise)
  • Revision ID: package-import@ubuntu.com-20120208015809-ulscst7uteq3e22z
Tags: 2.15~pre6-0ubuntu10
Merge from Debian (r5151, 2.13-26).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Raise given exceptions.
2
 
   Copyright (C) 2001, 2002 Free Software Foundation, Inc.
 
2
   Copyright (C) 2001, 2002, 2011 Free Software Foundation, Inc.
3
3
   This file is part of the GNU C Library.
4
4
 
5
5
   The GNU C Library is free software; you can redistribute it and/or
21
21
#include <math.h>
22
22
 
23
23
int
24
 
feraiseexcept (int excepts)
 
24
__feraiseexcept (int excepts)
25
25
{
26
26
  /* Raise exceptions represented by EXPECTS.  But we must raise only
27
27
     one signal at a time.  It is important that if the overflow/underflow
117
117
  /* Success.  */
118
118
  return 0;
119
119
}
 
120
strong_alias (__feraiseexcept, feraiseexcept)
120
121
libm_hidden_def (feraiseexcept)