Replace isnan() and isinf() with inline tests so uClibc doesn't want us to
authorRob Landley <rob@landley.net>
Tue, 9 May 2006 23:14:39 +0000 (23:14 -0000)
committerRob Landley <rob@landley.net>
Tue, 9 May 2006 23:14:39 +0000 (23:14 -0000)
commitf893250a3be0ca1f63cec7e1bd6cd4a5a8914508
tree70394e4ab58e089fb53a54f6c8b24cf0101f93ef
parentc503df5bdda79ee9ed755325c0d76350a7a719c8
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.
coreutils/sort.c