From 4cbaddc543eb30aab122533bf9f74eeb9d9be49a Mon Sep 17 00:00:00 2001 From: Jeremy Philippe Date: Sun, 9 Aug 2020 14:10:37 +0200 Subject: [PATCH] posix: Declare WRDE_APPEND constant as public --- vapi/posix.vapi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vapi/posix.vapi b/vapi/posix.vapi index 952fc5de5..d88111291 100644 --- a/vapi/posix.vapi +++ b/vapi/posix.vapi @@ -3180,7 +3180,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")] -- 2.47.2