Use const char*

This commit is contained in:
topjohnwu
2018-10-26 17:02:56 -04:00
parent 6add02702b
commit 6dc9ccad75
3 changed files with 4 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ int __fsetxattr(int fd, const char *name, const void *value, size_t size, int fl
#define align(p, a) (((p) + (a) - 1) / (a) * (a))
#define align_off(p, a) (align(p, a) - (p))
extern char **excl_list;
extern const char **excl_list;
struct file_attr {
struct stat st;