Skip to content

Commit

Permalink
Make c.s.j.p.mac.XAttr public
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasblaesing committed Aug 22, 2023
1 parent cf94e00 commit 0fd0880
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/platform/src/com/sun/jna/platform/mac/XAttr.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* JNA wrapper for <sys/xattr.h>
*
*/
interface XAttr extends Library {
public interface XAttr extends Library {

// load from current image
XAttr INSTANCE = Native.load(null, XAttr.class);
Expand Down

0 comments on commit 0fd0880

Please sign in to comment.