From 9ec3f31794475d700ac7e2e9b47893ddf084a587 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Wed, 18 Feb 2015 16:47:35 -1000 Subject: Interim fix for timeval being incorrectly defined in cxx/ctime --- nuttx-patches/ctime.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nuttx-patches/ctime.patch (limited to 'nuttx-patches') diff --git a/nuttx-patches/ctime.patch b/nuttx-patches/ctime.patch new file mode 100644 index 000000000..4d8b1fd0f --- /dev/null +++ b/nuttx-patches/ctime.patch @@ -0,0 +1,12 @@ +diff --git NuttX/nuttx/include/cxx/ctime NuttX/nuttx/include/cxx/ctime +index 3d3dfae..18fdded 100644 +--- NuttX/nuttx/include/cxx/ctime ++++ NuttX/nuttx/include/cxx/ctime +@@ -53,7 +53,6 @@ namespace std + using ::clockid_t; + using ::timer_t; + using ::timespec; +- using ::timeval; + using ::tm; + using ::itimerspec; + using ::sigevent; -- cgit v1.2.3