Skip to content

Commit

Permalink
pythongh-123718: Fix implicit declaration of 'explicit_memset' for Ne…
Browse files Browse the repository at this point in the history
…tBSD 10.0 (python#123719)

Fix implicit declaration of 'explicit_memset' for NetBSD 10.0 in Lib_Memzero0.c.
  • Loading branch information
furkanonder authored Sep 6, 2024
1 parent 84ad264 commit f8f7500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Misc/sbom.spdx.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Modules/_hacl/Lib_Memzero0.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include <string.h>
#endif

#ifdef __FreeBSD__
#if defined(__FreeBSD__) || defined(__NetBSD__)
#include <strings.h>
#endif

Expand Down

0 comments on commit f8f7500

Please sign in to comment.