tools/llvm: Do not build with symbols
[minix3.git] / lib / libc / gen / Lint_fpgetmask.c
blob2d0f57b714eb451268e6e283f763d7270eda4fcc
1 /* $NetBSD: Lint_fpgetmask.c,v 1.3 2012/06/24 15:26:03 christos Exp $ */
3 /*
4 * This file placed in the public domain.
5 * Chris Demetriou, November 5, 1997.
6 */
8 #include <ieeefp.h>
10 /*ARGSUSED*/
11 fp_except
12 fpgetmask(void)
14 fp_except rv = { 0 };
16 return (rv);