repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix3.git]
/
lib
/
libc
/
gen
/
Lint_fpgetsticky.c
blob
64e8793b63b2ad3f718117656b291238df8f22a7
1
/* $NetBSD: Lint_fpgetsticky.c,v 1.3 2012/06/24 15:26:03 christos Exp $ */
2
3
/*
4
* This file placed in the public domain.
5
* Chris Demetriou, November 5, 1997.
6
*/
7
8
#include <ieeefp.h>
9
10
/*ARGSUSED*/
11
fp_except
12
fpgetsticky
(
void
)
13
{
14
fp_except rv
= {
0
};
15
16
return
(
rv
);
17
}