repo.or.cz
/
freebsd
/
src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dtrace: Address KMSAN warnings in dtrace_disx86
[freebsd/src.git]
/
include
/
ieeefp.h
blob
0639150e40b9de92432be7b5bc06a6776f051ad1
1
/* $NetBSD: ieeefp.h,v 1.4 1998/01/09 08:03:43 perry Exp $ */
2
3
/*
4
* Written by J.T. Conklin, Apr 6, 1995
5
* Public domain.
6
*/
7
8
#ifndef _IEEEFP_H_
9
#define _IEEEFP_H_
10
11
#include <sys/cdefs.h>
12
#include <machine/ieeefp.h>
13
14
#endif
/* _IEEEFP_H_ */