components/ntp/patches/80-weak.patch
changeset 7413 b91a5b8cbc7f
parent 7412 49c812f3de0b
child 7414 8853dcba5eb8
--- a/components/ntp/patches/80-weak.patch	Wed Nov 30 16:55:23 2016 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-This has been submitted as NTP community bug 3021
-http://bugzilla.ntp.org/show_bug.cgi?id=3021
-This patch may be removed when NTP is upgraded to a version that has bug
-3021 fixed in it.
-
---- sntp/unity/unity_fixture.c
-+++ sntp/unity/unity_fixture.c
-@@ -16,7 +16,8 @@ UNITY_FIXTURE_T UnityFixture;
- int (*outputChar)(int) = putchar;
- 
- int verbose = 0;
--
-+#pragma weak setUp
-+#pragma weak tearDown
- void setUp(void);
- void tearDown(void);
- void setUp(void)    { /*does nothing*/ }