]> git.saurik.com Git - apple/libc.git/blobdiff - gen/filesec.c
Libc-1158.20.4.tar.gz
[apple/libc.git] / gen / filesec.c
index 343839fcc292c8e56ab04091d2cec7dea218d83c..64e73d0e7731e2d2ecc19f57dfe76cdf9807fe1b 100644 (file)
@@ -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)
 {