~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to math/ftestexcept.c

  • Committer: Steve Langasek
  • Date: 2011-02-18 21:18:44 UTC
  • mfrom: (103.1.7 eglibc)
  • Revision ID: steve.langasek@linaro.org-20110218211844-lodmi8b1qhyq3f3x
Tags: 2.13~pre1-0ubuntu1+multiarch.1
merge from natty

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Test exception in current environment.
2
 
   Copyright (C) 1997 Free Software Foundation, Inc.
 
2
   Copyright (C) 1997, 2010 Free Software Foundation, Inc.
3
3
   This file is part of the GNU C Library.
4
4
   Contributed by Ulrich Drepper <drepper@cygnus.com>, 1997.
5
5
 
25
25
{
26
26
  return 0;
27
27
}
 
28
libm_hidden_def (fetestexcept)
28
29
stub_warning (fetestexcept)
29
30
#include <stub-tag.h>