From 07e032b61e5a9caa19ffd66588284d090a4afbaa Mon Sep 17 00:00:00 2001 From: Christophe Lyon Date: Wed, 9 May 2012 17:08:14 +0200 Subject: Make sure references to file descriptors do not pull internal C library dependencies. --- compute_ref.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'compute_ref.c') 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 #include -- cgit v1.2.3