From de2cfce12f9b5a45a6ad7ba582dc1af74e999120 Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Wed, 11 Oct 2017 10:19:17 +0300 Subject: [PATCH] utsname.h to iOS as well. --- klib/src/platform/ios/posix.def | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/klib/src/platform/ios/posix.def b/klib/src/platform/ios/posix.def index e039022eb41..02ce3801287 100644 --- a/klib/src/platform/ios/posix.def +++ b/klib/src/platform/ios/posix.def @@ -11,14 +11,12 @@ headers = alloca.h assert.h complex.h dirent.h dlfcn.h err.h errno.h fcntl.h \ netinet/ip.h netinet/ip6.h netinet/ip_icmp.h netinet/tcp.h netinet/udp.h \ sys/acl.h sys/ioctl.h sys/ipc.h sys/mman.h sys/poll.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 compilerOpts = -D_XOPEN_SOURCE linkerOpts = -ldl --- -// cinterop -def klib/src/platform/osx/posix.def -o platform.posix.klib - // Wrapper to access errno variable. static int posix_errno() { return errno;