commit | 659507f84e0e25eb0f3d6bfa9a9d807c89fc251e | [log] [tgz] |
---|---|---|
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Sat Jan 30 18:01:17 2010 +0100 |
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | Tue Feb 02 20:09:10 2010 +0100 |
tree | 660616cd5db81d6c4e9c6475d6fa765e603f0ddc | |
parent | baad6d889da960ff3336f16a8e5d25518f832c73 [diff] |
bloat-o-meter: teach it to handle aliases Previously aliases were counted as full implementation taking up space: setservent 64 55 -9 __GI_setservent 64 55 -9 getservent_r 420 319 -101 __GI_getservent_r 420 319 -101 Teach it to properly handle aliases. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>