]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/libcrypt-util: add fallback for crypt_ra()
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 10 Sep 2020 16:30:22 +0000 (18:30 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 15 Sep 2020 09:52:30 +0000 (11:52 +0200)
commit9de324c3c919f20fd49e1d25579f5a66cac0eaa0
tree38043dca90229d6b77434eb789d5cfd60ab39e87
parent2b49f0ca83279cdf1199df33ee794d0e026a08d2
shared/libcrypt-util: add fallback for crypt_ra()

Following the style in missing_syscall.h, we use a non-conflicting name
for the function and use a macro to map to the real name to the replacement.
src/shared/libcrypt-util.c