Skip to content

Commit d5ceb8a

Browse files
again
1 parent 60c9065 commit d5ceb8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libdispatch/dinfermodel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1545,7 +1545,7 @@ NC_interpret_magic_number(char* magic, NCmodel* model)
15451545
return check(status);
15461546
}
15471547

1548-
/* Define a macro to wrap getxattr calls */
1548+
/* Define macros to wrap getxattr and listxattrcalls */
15491549
#ifdef __APPLE__
15501550
#define GETXATTR(path,p,xvalue,xlen) getxattr(path, p, xvalue, (size_t)xlen, 0, 0);
15511551
#define LISTXATTR(path,xlist,xlen) listxattr(path, xlist, (size_t)xlen, 0)

0 commit comments

Comments
 (0)