commit | de699accf6804e8b1d8042b46c85500ee8c672c6 | [log] [tgz] |
---|---|---|
author | Rob Landley <rob@landley.net> | Wed Dec 31 16:22:31 2014 -0600 |
committer | Rob Landley <rob@landley.net> | Wed Dec 31 16:22:31 2014 -0600 |
tree | 7b12adea478bcfd9355a4fda982d74c40810f42b | |
parent | 774c599c7979392f4ec95e9b48ac25f0353c0c47 [diff] |
When you include the posix header libgen.h, glibc #defines basename to some random other symbol name (because gnu) and this screws up nontrivial macro expansions of NEWTOY(basename), so work around it in portability.h.