Skip to content

Commit

Permalink
iperlsys.h: TODO need to look at adding mutexes
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed May 6, 2023
1 parent 6db0d28 commit 0d19a44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iperlsys.h
Expand Up @@ -1365,6 +1365,7 @@ struct IPerlSockInfo
# define PerlSock_bind(s, n, l) bind(s, n, l)
# define PerlSock_connect(s, n, l) connect(s, n, l)

/* XXX Locks */
# define PerlSock_gethostbyaddr(a, l, t) gethostbyaddr(a, l, t)
# define PerlSock_gethostbyname(n) gethostbyname(n)
# define PerlSock_gethostent gethostent
Expand Down

0 comments on commit 0d19a44

Please sign in to comment.