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

[Minios-devel] [UNIKRAFT/NEWLIB PATCH 1/2] Include stdint.h in sys/_types.h


  • To: "minios-devel@xxxxxxxxxxxxx" <minios-devel@xxxxxxxxxxxxx>
  • From: Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
  • Date: Tue, 17 Dec 2019 17:05:03 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=stud.acs.upb.ro; dmarc=pass action=none header.from=stud.acs.upb.ro; dkim=pass header.d=stud.acs.upb.ro; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=nEJZy7OlaLoLFb1LrOwYFFVRe61wpRI6auQcJLFi3Ng=; b=drFeTgOMjuuBvugpQGpzZyTuwSBqCTsfxZFSUUUhjSc2Nj4rXl/g0lMl6thRe5+Zn9uiytvpUsediSmYA2uaAY31AXanbspIBXuIoNfeRXxHbWmJPIVe8/kQQuvYKwag2m08tyhzFlWTYefNAX1EyTor59HZCley/zkZQIkR5jCzWUa2EUdXiKXaTleFJcr6FDoe83nbVTV8bgScbP3dP0wQn0z6DlcRd+6XXHeMfp3rhVv/3+E1Y3iOc3EOmUHcrmWl+afmsYJDuEaRpFN67+6zkCPhxf9ygmfDbq37U6WPgATv8RORr9j7XVjsSYZPWB5v/8bS1BKzh3T8mRktbw==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=jX0Gp3VyqIXZDG7OvMondjFHTqhJk1FG6kBP5cHoQtGDmgoaa4sEeZIMiKBzJmJ5fbyMi4CAtPYaCLAYj/5nIGazjiwCnpBDErcO5z29ebMnWnVFQGgcDAb3OU33EEYYIshbwN7dV6c7RRsYdT4oGKCfiQI+N81tkdiL8EYv+eMIbzSvA+MAXGf0VV/hik+E08NPlbk/b2nE6RenkWVbN/OV/Bxul4bKEgOfFYTiWwrPL3FctP6fu3AagH4rmLRqovKOUWqaUPLIxxneN/kInRjofGoQ3YkjonfEJu0foLzRvtH9wlf3fIOvMnM7E5VNqWENTbRX8gi6UDKacZRJcA==
  • Authentication-results: spf=none (sender IP is ) smtp.mailfrom=vlad_andrei.badoiu@xxxxxxxxxxxxxxx;
  • Cc: "felipe.huici@xxxxxxxxx" <felipe.huici@xxxxxxxxx>, "simon.kuenzer@xxxxxxxxx" <simon.kuenzer@xxxxxxxxx>, Vlad-Andrei BĂDOIU (78692) <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>, "costin.lupu@xxxxxxxxx" <costin.lupu@xxxxxxxxx>
  • Delivery-date: Tue, 17 Dec 2019 17:05:17 +0000
  • List-id: Mini-os development list <minios-devel.lists.xenproject.org>
  • Thread-index: AQHVtPwgKSgqWJedR0yWZMH+pNEVcQ==
  • Thread-topic: [UNIKRAFT/NEWLIB PATCH 1/2] Include stdint.h in sys/_types.h

stdatomic.h does no longer build because it's missing the definitions of
stdint.h that should come with sys/types.h

Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx>
---
 include/sys/_types.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/sys/_types.h b/include/sys/_types.h
index 972a7de..4b99561 100644
--- a/include/sys/_types.h
+++ b/include/sys/_types.h
@@ -37,6 +37,7 @@
 
 /* Use Unikraft type definitions */
 #include <uk/_types.h>
+#include <stdint.h>
 
 /* Provide _CLOCK_T_ */
 #define _CLOCK_T_ long /* clock() */
-- 
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®.