Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-13 | Include cstring for sanity_test_fdelt if required | Ben Woosley | |
SmartOS FD_ZERO is implemented in a way that requires an external declaration of memcpy. We can not simply include cstring in the existing file because sanity_test_memcpy is attempting to replace memcpy, but we can do so here, now that the fdelt test is split out. | |||
2019-04-13 | [moveonly] Split glibc sanity_test_fdelt out | Ben Woosley | |