-/* $OpenBSD: fpgetmask.c,v 1.5 2015/09/13 14:21:46 miod Exp $ */
+/* $OpenBSD: fpgetmask.c,v 1.6 2016/07/18 19:05:22 guenther Exp $ */
/* $NetBSD: fpgetmask.c,v 1.3 2002/05/12 13:12:45 bjh21 Exp $ */
/*-
#include "milieu.h"
#include <softfloat.h>
-#ifdef __weak_alias
__weak_alias(_fpgetmask,fpgetmask);
-#endif
fp_except
fpgetmask(void)
-/* $OpenBSD: fpgetround.c,v 1.5 2015/09/13 14:21:46 miod Exp $ */
+/* $OpenBSD: fpgetround.c,v 1.6 2016/07/18 19:05:22 guenther Exp $ */
/* $NetBSD: fpgetround.c,v 1.2 2002/01/13 21:45:53 thorpej Exp $ */
/*-
#include "milieu.h"
#include <softfloat.h>
-#ifdef __weak_alias
__weak_alias(_fpgetround,fpgetround);
-#endif
fp_rnd
fpgetround(void)
-/* $OpenBSD: fpgetsticky.c,v 1.5 2015/09/13 14:21:46 miod Exp $ */
+/* $OpenBSD: fpgetsticky.c,v 1.6 2016/07/18 19:05:22 guenther Exp $ */
/* $NetBSD: fpgetsticky.c,v 1.2 2002/01/13 21:45:53 thorpej Exp $ */
/*-
#include "milieu.h"
#include <softfloat.h>
-#ifdef __weak_alias
__weak_alias(_fpgetsticky,fpgetsticky);
-#endif
fp_except
fpgetsticky(void)
-/* $OpenBSD: fpsetmask.c,v 1.5 2015/09/13 14:21:46 miod Exp $ */
+/* $OpenBSD: fpsetmask.c,v 1.6 2016/07/18 19:05:22 guenther Exp $ */
/* $NetBSD: fpsetmask.c,v 1.3 2002/05/12 13:12:45 bjh21 Exp $ */
/*-
#include "milieu.h"
#include <softfloat.h>
-#ifdef __weak_alias
__weak_alias(_fpsetmask,fpsetmask);
-#endif
fp_except
fpsetmask(fp_except mask)
-/* $OpenBSD: fpsetround.c,v 1.5 2015/09/13 14:21:46 miod Exp $ */
+/* $OpenBSD: fpsetround.c,v 1.6 2016/07/18 19:05:22 guenther Exp $ */
/* $NetBSD: fpsetround.c,v 1.2 2002/01/13 21:45:53 thorpej Exp $ */
/*-
#include "milieu.h"
#include <softfloat.h>
-#ifdef __weak_alias
__weak_alias(_fpsetround,fpsetround);
-#endif
fp_rnd
fpsetround(fp_rnd rnd_dir)
-/* $OpenBSD: fpsetsticky.c,v 1.5 2015/09/13 14:21:46 miod Exp $ */
+/* $OpenBSD: fpsetsticky.c,v 1.6 2016/07/18 19:05:22 guenther Exp $ */
/* $NetBSD: fpsetsticky.c,v 1.2 2002/01/13 21:45:54 thorpej Exp $ */
/*-
#include "milieu.h"
#include <softfloat.h>
-#ifdef __weak_alias
__weak_alias(_fpsetsticky,fpsetsticky);
-#endif
fp_except
fpsetsticky(fp_except except)