X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/eb1cde05bb040f65c511ae4fa854abf1628afdf2..refs/heads/master:/gen/filesec.c diff --git a/gen/filesec.c b/gen/filesec.c index 343839f..64e73d0 100644 --- a/gen/filesec.c +++ b/gen/filesec.c @@ -294,6 +294,12 @@ filesec_set_property(filesec_t fsec, filesec_property_t property, const void *pr return (0); } +int +filesec_unset_property(filesec_t fsec, filesec_property_t property) +{ + return filesec_set_property(fsec, property, _FILESEC_UNSET_PROPERTY); +} + int filesec_query_property(filesec_t fsec, filesec_property_t property, int *validptr) {