Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove HAVE_MEMCPY and HAVE_MEMSET ifdefs #480

Merged
merged 2 commits into from
Dec 28, 2021
Merged

Remove HAVE_MEMCPY and HAVE_MEMSET ifdefs #480

merged 2 commits into from
Dec 28, 2021

Conversation

alejandro-colomar
Copy link
Collaborator

memcpy(3) has been in standard C since C89. It is also in
POSIX.1-2001, in SVr4, and in 4.3BSD (see memcpy(3) and memcpy(3p)).
We can assume that this function is always available.

Signed-off-by: Alejandro Colomar alx.manpages@gmail.com

memcpy(3) has been in standard C since C89.  It is also in
POSIX.1-2001, in SVr4, and in 4.3BSD (see memcpy(3) and memcpy(3p)).
We can assume that this function is always available.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
memset(3) has been in standard C since C89.  It is also in
POSIX.1-2001, in SVr4, and in 4.3BSD (see memset(3) and memset(3p)).
We can assume that this function is always available.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
@alejandro-colomar alejandro-colomar changed the title Remove HAVE_MEMCPY ifdefs Remove HAVE_MEMCPY and HAVE_MEMSET ifdefs Dec 27, 2021
@alejandro-colomar
Copy link
Collaborator Author

Do the same with memset(3), for the same reasons.

@hallyn hallyn merged commit 9e5a852 into shadow-maint:master Dec 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants