aboutsummaryrefslogtreecommitdiff
path: root/packages/uClibc-ng/1.0.43/0000-gettimeofday-fix-static-build.patch
blob: ba8eb63af3992bdcc6d116902ff68393dd9d3c0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From b19f8f360970ffd0c1a6ac41e07c66dc39790b16 Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Wed, 10 May 2023 08:35:25 +0200
Subject: gettimeofday: fix static build

---
 libc/sysdeps/linux/common/gettimeofday.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--- a/libc/sysdeps/linux/common/gettimeofday.c
+++ b/libc/sysdeps/linux/common/gettimeofday.c
@@ -9,8 +9,9 @@
 #include <sys/syscall.h>
 #include <sys/time.h>
 
+#ifdef SHARED
 #include "ldso.h"
-
+#endif
 
 
 #ifdef __VDSO_SUPPORT__