From: Jeremy Philippe Date: Sun, 9 Aug 2020 12:10:37 +0000 (+0200) Subject: posix: Declare WRDE_APPEND constant as public X-Git-Tag: 0.46.13~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1ad82eca8c86d45c83422b2c036212081395c4;p=thirdparty%2Fvala.git posix: Declare WRDE_APPEND constant as public --- diff --git a/vapi/posix.vapi b/vapi/posix.vapi index c2cab8465..8e668ed99 100644 --- a/vapi/posix.vapi +++ b/vapi/posix.vapi @@ -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")]