From cc1f7aa5e00029379c0b23f4e60eafd13ce95eee Mon Sep 17 00:00:00 2001 From: minamoto Date: Wed, 27 Sep 2017 14:59:36 +0300 Subject: [PATCH] [platform][libs] linux build fix --- klib/src/platform/linux/linux.def | 16 ++++++++-------- klib/src/platform/linux/posix.def | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/klib/src/platform/linux/linux.def b/klib/src/platform/linux/linux.def index 0a43a3b609b..86ec964575e 100644 --- a/klib/src/platform/linux/linux.def +++ b/klib/src/platform/linux/linux.def @@ -1,20 +1,20 @@ package = platform.linux headers = aio.h aliases.h a.out.h argp.h argz.h byteswap.h cpio.h crypt.h \ - ctype.h elf.h endian.h envz.h error.h execinfo.h ffeatures.h mtmsg.h \ + ctype.h elf.h endian.h envz.h error.h execinfo.h features.h fmtmsg.h \ fpu_control.h \ fstab.h _G_config.h gconv.h glob.h gnu-versions.h \ gshadow.h iconv.h ieee754.h ifaddrs.h langinfo.h lastlog.h \ libintl.h libio.h link.h malloc.h mcheck.h mntent.h \ monetary.h mqueue.h \ - nl_types.h nss.h nsswitch.h obstack.h \ - pathconf.h printf.h pty.h re_comp.h \ + nl_types.h nss.h obstack.h \ + printf.h pty.h re_comp.h \ spawn.h stab.h stdc-predef.h stdio_ext.h syscall.h \ - tar.h termio.h thread_db.h time64.h ttyent.h uchar.h ulimit.h \ - ustat.h util.h utmpx.h values.h wait.h wordexp.h \ + tar.h termio.h thread_db.h time.h ttyent.h uchar.h ulimit.h \ + ustat.h utmpx.h values.h wait.h wordexp.h \ arpa/ftp.h arpa/inet.h arpa/nameser_compat.h \ arpa/nameser.h arpa/telnet.h arpa/tftp.h \ - net/if_ether.h net/if_packet.h net/if_types.h \ - netinet/ether.h netinet/in6.h netpacket/packet.h \ + netinet/if_ether.h net/if_packet.h \ + netinet/ether.h linux/in6.h netpacket/packet.h \ sys/acct.h sys/auxv.h sys/bitypes.h sys/cdefs.h \ sys/debugreg.h sys/dir.h sys/epoll.h sys/errno.h \ sys/eventfd.h sys/fanotify.h sys/fcntl.h \ @@ -30,7 +30,7 @@ headers = aio.h aliases.h a.out.h argp.h argz.h byteswap.h cpio.h crypt.h \ sys/timeb.h sys/timerfd.h sys/timex.h sys/ttychars.h \ sys/ttydefaults.h sys/types.h sys/ucontext.h sys/uio.h \ sys/ultrasound.h sys/un.h sys/unistd.h sys/user.h \ - sys/ustat.h sys/utime.h sys/utsname.h sys/vfs.h sys/vlimit.h \ + sys/ustat.h utime.h sys/utsname.h sys/vfs.h sys/vlimit.h \ sys/vt.h sys/vtimes.h sys/xattr.h compilerOpts = -D_GNU_SOURCE diff --git a/klib/src/platform/linux/posix.def b/klib/src/platform/linux/posix.def index eb21ae3db99..922b2c0bd8d 100644 --- a/klib/src/platform/linux/posix.def +++ b/klib/src/platform/linux/posix.def @@ -10,7 +10,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 + limits.h sys/time.h sys/times.h sys/wait.h compilerOpts = -D_GNU_SOURCE