commit | 1e4dc96d61d1e1309b7117f0304a8ba161666f40 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Tue Jan 04 20:37:55 2005 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Tue Jan 04 20:37:55 2005 +0000 |
tree | 130fc52c078677d292e10575a73ad77ff16a6591 | |
parent | 1271dbb860e03c394671d7702941193049be518e [diff] |
Dear andersen: Is the change on libbb/loop.c which you commited in 2005/1/3 effective really? The __GLIBC__ macro and __UCLIBC__ macro are defined in feature.h in glibc source, so the change may not be effective. If you want to check this with __GLIBC__, feature.h header is needed. Some architectures(e.g. PPC series) need to include linux/posix_types.h in stead of asm/posix_types.h, so the patch which is attached with this mail include <linux/posix_types.h>.