commit | f893250a3be0ca1f63cec7e1bd6cd4a5a8914508 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Tue May 09 23:14:39 2006 +0000 |
committer | Rob Landley <rob@landley.net> | Tue May 09 23:14:39 2006 +0000 |
tree | 70394e4ab58e089fb53a54f6c8b24cf0101f93ef | |
parent | c503df5bdda79ee9ed755325c0d76350a7a719c8 [diff] |
Replace isnan() and isinf() with inline tests so uClibc doesn't want us to link sort against libm. This adds 22 bytes for glibc but is a win for uClibc, and since glibc is bigger than all of busybox it seems kind of silly to worry about it.