]> granicus.if.org Git - strace/commit
If we are on a glibc system, assume it's at least glibc 2.1
authorDenys Vlasenko <vda.linux@googlemail.com>
Fri, 8 Feb 2013 17:49:06 +0000 (18:49 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Fri, 8 Feb 2013 17:49:06 +0000 (18:49 +0100)
commit99aa181ebcee3f6ae4f8eb83c719cc64cc5a09ec
treee96c33b85abea027fb67cb5bab5ff6117e4c9b18
parent7ba8e72bb56243b8a7df949cef8a7d6039d889ac
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>
net.c
signal.c
util.c