]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
posix: Declare WRDE_APPEND constant as public
authorJeremy Philippe <jeremy.philippe@gmail.com>
Sun, 9 Aug 2020 12:10:37 +0000 (14:10 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 9 Aug 2020 14:58:54 +0000 (16:58 +0200)
vapi/posix.vapi

index c2cab846510441da731c7260c12096a16f42ca38..8e668ed99c5d42c65b82febff7910a460e0f1da6 100644 (file)
@@ -3561,7 +3561,7 @@ namespace Posix {
        }
 
        [CCode(cheader_filename = "wordexp.h")]
-       private const int WRDE_APPEND;
+       public const int WRDE_APPEND;
        [CCode(cheader_filename = "wordexp.h")]
        public const int WRDE_BADCHAR;
        [CCode(cheader_filename = "wordexp.h")]