diff options
author | 2005-11-23 23:51:24 +0000 | |
---|---|---|
committer | 2005-11-23 23:51:24 +0000 | |
commit | 016f3036023a7f5936a9620674a9db5070afc992 (patch) | |
tree | 6edd599274d301360ef64f9372f19dfbedd449b5 /lib/libm/src | |
parent | avoid ' which confuses make depend (diff) | |
download | wireguard-openbsd-016f3036023a7f5936a9620674a9db5070afc992.tar.xz wireguard-openbsd-016f3036023a7f5936a9620674a9db5070afc992.zip |
an empty stub file for lint: on the vax, lint will chew on this, but avoid it
when compiling, and use the .S file instead
if someone has a better solution, show it..
Diffstat (limited to 'lib/libm/src')
-rw-r--r-- | lib/libm/src/n_infnan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libm/src/n_infnan.c b/lib/libm/src/n_infnan.c new file mode 100644 index 00000000000..5f30645ff6e --- /dev/null +++ b/lib/libm/src/n_infnan.c @@ -0,0 +1 @@ +/* empty file for lint to chew on */ |