summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2025-01-28 12:52:23 +0100
committerjvoisin2025-01-28 13:18:31 +0100
commitf09abdf6e236198e6dbf7d049dc99534d9f8af01 (patch)
tree5d1850df9ea2f8ddd68db3b778b0f48515e880fe /tests/Makefile
parent369e73c80984aef940e9286e6d985c339924d1d1 (diff)
Fix a compilation error on C99
Add some ifdef guards around `getlogin_r`.
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index a8c7ac5..740fe4d 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -150,7 +150,7 @@ RUNTIME_TARGETS= \
150 150
151.SILENT: 151.SILENT:
152 152
153gcc: CC=../x86_64-linux-musl-native/bin/gcc 153gcc: CC=../aarch64-linux-musl-native/bin/gcc
154gcc: $(RUNTIME_TARGETS) 154gcc: $(RUNTIME_TARGETS)
155 155
156clang: CC=clang 156clang: CC=clang