diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-23 23:51:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-11-23 23:51:25 +0000 |
commit | b20722bda60fdef231f8153a46d8b28670d83201 (patch) | |
tree | c1cd300f6b7d834902b405b6fbe5943407b38cd1 /lib | |
parent | 2b794b365a02d0db2c2c422c3763498829369673 (diff) |
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')
-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 */ |