From 7b4b857e2be16810c343e2ac50915b898e270b84 Mon Sep 17 00:00:00 2001 From: Igor Chevdar Date: Tue, 10 Oct 2017 12:42:16 +0300 Subject: [PATCH] Added utsname to posix.def --- klib/src/platform/android/posix.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klib/src/platform/android/posix.def b/klib/src/platform/android/posix.def index 2ac1cddd744..4df526590ce 100644 --- a/klib/src/platform/android/posix.def +++ b/klib/src/platform/android/posix.def @@ -11,7 +11,7 @@ headers = alloca.h ar.h assert.h complex.h dirent.h dlfcn.h err.h errno.h fcntl. netinet/ip.h netinet/ip6.h netinet/ip_icmp.h netinet/tcp.h netinet/udp.h \ sys/ioctl.h sys/ipc.h sys/mman.h sys/poll.h sys/ptrace.h \ sys/queue.h sys/select.h sys/shm.h sys/stat.h \ - sys/syslimits.h sys/time.h sys/times.h sys/wait.h + sys/syslimits.h sys/time.h sys/times.h sys/utsname.h sys/wait.h linkerOpts = -ldl