#include <errno.h>
#ifndef ECONNABORTED
#error "ECONNABORTED is not defined"
#endif
int main(void) { return 0; }
