From b1e62b22783b3fb3b32ccfae2f41c08433190538 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Fri, 15 Apr 2016 06:39:40 -0700 Subject: Expose stat_to_struct outside of sysif. * sysif.c (stat_to_struct): Change to external linkage. * sysif.h (stat_to_struct): Declared. --- sysif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysif.c') diff --git a/sysif.c b/sysif.c index 1ad5db35..1b9b07d3 100644 --- a/sysif.c +++ b/sysif.c @@ -608,7 +608,7 @@ static val stat_to_list(struct stat st) nao); } -static val stat_to_struct(struct stat st) +val stat_to_struct(struct stat st) { args_decl(args, ARGS_MIN); val strct = make_struct(stat_s, nil, args); -- cgit v1.2.3