diff options
Diffstat (limited to 'winsup/cygwin/wincap.h')
-rw-r--r-- | winsup/cygwin/wincap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/wincap.h b/winsup/cygwin/wincap.h index 703527526..e3ab4d70d 100644 --- a/winsup/cygwin/wincap.h +++ b/winsup/cygwin/wincap.h @@ -45,6 +45,7 @@ struct wincaps unsigned ts_has_dep_problem : 1; unsigned has_recvmsg : 1; unsigned has_sendmsg : 1; + unsigned has_broken_udf : 1; }; class wincapc @@ -96,6 +97,7 @@ public: bool IMPLEMENT (ts_has_dep_problem) bool IMPLEMENT (has_recvmsg) bool IMPLEMENT (has_sendmsg) + bool IMPLEMENT (has_broken_udf) #undef IMPLEMENT }; |