aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@st.com>2012-05-09 17:08:14 +0200
committerChristophe Lyon <christophe.lyon@st.com>2012-05-11 15:03:03 +0200
commit07e032b61e5a9caa19ffd66588284d090a4afbaa (patch)
treee343de694e983a405cad686ebad378e9f940b516
parente5b821e2f0b8533ae6e3795f3e2c6585eb656ef3 (diff)
downloadplatform_external_arm-neon-tests-07e032b61e5a9caa19ffd66588284d090a4afbaa.tar.gz
platform_external_arm-neon-tests-07e032b61e5a9caa19ffd66588284d090a4afbaa.tar.bz2
platform_external_arm-neon-tests-07e032b61e5a9caa19ffd66588284d090a4afbaa.zip
Make sure references to file descriptors do not pull internal C
library dependencies.
-rw-r--r--compute_ref.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/compute_ref.c b/compute_ref.c
index 81842bb..ed4f2e6 100644
--- a/compute_ref.c
+++ b/compute_ref.c
@@ -22,7 +22,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
-
+#define _AEABI_PORTABILITY_LEVEL 1
+#undef _AEABI_PORTABLE
#if defined(__cplusplus)
#include <cstdio>
#include <cstdlib>