summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Philippe <jeremy.philippe@gmail.com>2020-08-09 14:10:37 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2020-08-09 16:58:54 +0200
commit30109049b3591d4ae31d8d268842fe5fc0067b2f (patch)
treec0521d332564380ccf2802000516c65ba88a0da3
parent920d2c4ea4f6eb88c1e91f0a29850722bfc7cb19 (diff)
downloadvala-30109049b3591d4ae31d8d268842fe5fc0067b2f.tar.gz
posix: Declare WRDE_APPEND constant as public
-rw-r--r--vapi/posix.vapi2
1 files changed, 1 insertions, 1 deletions
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")]