summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/posix1e/acl_from_text.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libc/posix1e/acl_from_text.c b/lib/libc/posix1e/acl_from_text.c
index d391089..ffceaa9 100644
--- a/lib/libc/posix1e/acl_from_text.c
+++ b/lib/libc/posix1e/acl_from_text.c
@@ -40,6 +40,10 @@
#include "acl_support.h"
+static acl_tag_t acl_string_to_tag(char *tag, char *qualifier);
+static char *string_skip_whitespace(char *string);
+static void string_trim_trailing_whitespace(char *string);
+
static char *
string_skip_whitespace(char *string)
{
@@ -72,7 +76,7 @@ string_trim_trailing_whitespace(char *string)
return;
}
-acl_tag_t
+static acl_tag_t
acl_string_to_tag(char *tag, char *qualifier)
{
OpenPOWER on IntegriCloud