/*[SIO]*/
#include <fcntl.h>
#ifndef O_RSYNC
#error "O_RSYNC is not defined"
#endif
int main(void) { return 0; }
