Skip to content

Commit

Permalink
fixup! posix/osx: fix missing AF_LINK on OSX native
Browse files Browse the repository at this point in the history
  • Loading branch information
cladmi committed Mar 19, 2018
1 parent a069ef1 commit 53911e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/posix/include/sys/socket.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

#define __SOCKADDR_COMMON_SIZE (sizeof (unsigned short int))
#ifdef __MACH__
#define AF_LINK 18 /* Link layer interface */
#define AF_LINK (18) /* Link layer interface */
#endif
#endif

Expand Down

0 comments on commit 53911e7

Please sign in to comment.