Skip to content

Commit

Permalink
strlcpy requires glibc >= 2.38
Browse files Browse the repository at this point in the history
  • Loading branch information
agagniere committed Sep 15, 2024
1 parent f8cecfc commit c3e365f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,6 @@ const autoconf = .{
.HAVE_STRERROR_R = 1,
.HAVE_STRINGS_H = 1,
.HAVE_STRING_H = 1,
.HAVE_STRLCAT = 1,
.HAVE_STRLCPY = 1,
.HAVE_STRNLEN = 1,
.HAVE_STRSIGNAL = 1,
.HAVE_STRUCT_OPTION = 1,
Expand Down Expand Up @@ -513,6 +511,8 @@ const autoconf = .{
.HAVE_SETPROCTITLE_FAST = null,
.HAVE_SSL_CTX_SET_CERT_CB = null,
.HAVE_SSL_CTX_SET_NUM_TICKETS = null,
.HAVE_STRLCAT = null,
.HAVE_STRLCPY = null,
.HAVE_STRUCT_SOCKADDR_SA_LEN = null,
.HAVE_SYS_EVENT_H = null,
.HAVE_SYS_PROCCTL_H = null,
Expand Down

0 comments on commit c3e365f

Please sign in to comment.