]> granicus.if.org Git - strace/blob - xlat/efd_flags.in
xlat: save the script used to generate xlat/sock_options.in
[strace] / xlat / efd_flags.in
1 EFD_SEMAPHORE   1
2 #if defined EFD_CLOEXEC || defined O_CLOEXEC
3 EFD_CLOEXEC     O_CLOEXEC
4 #endif
5 EFD_NONBLOCK    O_NONBLOCK