~vorlon/ubuntu/natty/eglibc/multiarch

« back to all changes in this revision

Viewing changes to sysdeps/s390/fpu/feupdateenv.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
/* Install given floating-point environment and raise exceptions.
2
 
   Copyright (C) 2000 Free Software Foundation, Inc.
 
2
   Copyright (C) 2000, 2010 Free Software Foundation, Inc.
3
3
   This file is part of the GNU C Library.
4
4
   Contributed by Denis Joseph Barrow (djbarrow@de.ibm.com).
5
5
 
38
38
  /* Success.  */
39
39
  return 0;
40
40
}
 
41
libm_hidden_def (feupdateenv)