commit | 99aa181ebcee3f6ae4f8eb83c719cc64cc5a09ec | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Feb 08 18:49:06 2013 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Feb 08 18:49:06 2013 +0100 |
tree | e96c33b85abea027fb67cb5bab5ff6117e4c9b18 | |
parent | 7ba8e72bb56243b8a7df949cef8a7d6039d889ac [diff] |
If we are on a glibc system, assume it's at least glibc 2.1 It is not likely anyone uses glibc older that that: glibc 2.1.1 was released in 1999 * net.c: Remove test for glibc >= 2.1. * signal.c: Remove code which is compiled only for glibc < 2.1. * util.c: Likewise. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>