summaryrefslogtreecommitdiff
path: root/ports/sysdeps/hppa/hppa1.1/s_signbit.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/hppa/hppa1.1/s_signbit.c')
-rw-r--r--ports/sysdeps/hppa/hppa1.1/s_signbit.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/ports/sysdeps/hppa/hppa1.1/s_signbit.c b/ports/sysdeps/hppa/hppa1.1/s_signbit.c
index d9d4f8b13..3e298a29d 100644
--- a/ports/sysdeps/hppa/hppa1.1/s_signbit.c
+++ b/ports/sysdeps/hppa/hppa1.1/s_signbit.c
@@ -14,13 +14,12 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with the GNU C Library; if not, write to the Free
- Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
- 02111-1307 USA. */
+ License along with the GNU C Library. If not, see
+ <http://www.gnu.org/licenses/>. */
#include <math.h>
-#include "math_private.h"
+#include <math_private.h>
int
__signbit (double x)