[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Minios-devel] [UNIKRAFT/NEWLIB PATCH 02/16] musl-imported: Add bits/alltypes.h


  • To: minios-devel@xxxxxxxxxxxxx
  • From: Costin Lupu <costin.lupu@xxxxxxxxx>
  • Date: Thu, 22 Aug 2019 13:10:42 +0300
  • Cc: felipe.huici@xxxxxxxxx, charalampos.mainas@xxxxxxxxx
  • Delivery-date: Thu, 22 Aug 2019 10:11:15 +0000
  • Ironport-phdr: 9a23:yQh5dh9GW9jPWv9uRHKM819IXTAuvvDOBiVQ1KB32+IcTK2v8tzYMVDF4r011RmVBN+dsq4ZwLCN+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxhWiDanfL9/IxW7oQrPusQYnIBvNrs/xhzVr3VSZu9Y33loJVWdnxb94se/4ptu+DlOtvwi6sBNT7z0c7w3QrJEAjsmNXs15NDwuhnYUQSP/HocXX4InRdOHgPI8Qv1Xpb1siv9q+p9xCyXNtD4QLwoRTiv6bpgRRn1gykFKjE56nnahMxugqxGrhyvpBtxzIzaYIyOKPZyYrnQcc8ASGZdQspcUTFKDIOmb4sICuoMJfhVr47mp1sSrBu+AxSnCuXyyj9Qm3/9wKo33PgmEQHdwAwgHtQOvG7QrNXoLKcSTPu4w7XTzTnZd/NWxCzy5JLSchAmuPyBW697f8nJyUQ3Cg/IgUicpZbmMj6VzOgBrXaX4uh6We+hk2Irtg58riW1ysovioTFnJwZx17K+Clj3Yo4KsO0RUhmatC+CpRQrTuVN45uT8MnRGFnpTg1x6UduZ6+YCgK0JMnxwPDa/Cfc4iH/BbjVOGJLDdmgXJqYrO/hxKo/Ue80e3wTNG00EtRoSZfiNnMsWgB1x3V6seZVvtw5lqt1DmS2wzJ6exJIVo4mbTFJ5Mj2LI9mIIfsUHZES/3nEX2grWWdkIh+uWw9+vnZa7mpoOdN49ykA3+NrkumtSiAekjLgcORHKX+fyh1LL450H5WrJKguUskqbFqJDaOdgbpqmhDg9Q04Yj7Re/DzC90NgBgHYIMkxFdwyDj4XyP1HOIev4Deukg1i2nzZk2fbGMqfmApXXIXjJiK3hcqpl605A1AozyshS6I5UCr4bOvL8QEvxu8bdDh8hNAy02PzrCNBn2YMfX2KAGLSZPbjUsVCW+u0vJ/ODa5QPtDnjNvgv/+TugmMhmV8BYamp2oMaaH6mEfRiIkWZeWTjjs0BEWcXvwoxUO3qhUaEUTFNe3myW7gz6SohBI24EIeQDryq1bmA2ia8Bdhaa35LDniIEGz0bMOUVvFKbzidceF7lTlRfr+6V44nnTWzrBKyn7FgNfbV/GscqIr+/NNuofXOn1co8monXIymz2iRQjQszSszTDgs0fUnrA==
  • Ironport-sdr: 5/Fvjc4rYRoHdtHZBftYLrokiIMr7z0NQQD/ACoNfobITtwGrr/pwWa2AaDAyl0lh5EU2g/hoy D/w4Kxw3WjVw==
  • List-id: Mini-os development list <minios-devel.lists.xenproject.org>

Most of the musl headers need a 'bits/alltypes.h' header. In order to avoid
changing this include directive, we use a trick: we add our own
'bits/alltypes.h' header which simply includes 'sys/types', where our types are
defined.

Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx>
---
 musl-imported/arch/generic/bits/alltypes.h | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 musl-imported/arch/generic/bits/alltypes.h

diff --git a/musl-imported/arch/generic/bits/alltypes.h 
b/musl-imported/arch/generic/bits/alltypes.h
new file mode 100644
index 0000000..a12c43b
--- /dev/null
+++ b/musl-imported/arch/generic/bits/alltypes.h
@@ -0,0 +1 @@
+#include <sys/types.h>
-- 
2.20.1


_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.