diff -Naurp amd-gpu-bin-mx51-10.11.01.orig//usr/include/EGL/eglext.h amd-gpu-bin-mx51-10.11.01/usr/include/EGL/eglext.h
--- amd-gpu-bin-mx51-10.11.01.orig//usr/include/EGL/eglext.h	2010-11-21 15:49:33.000000000 -0500
+++ amd-gpu-bin-mx51-10.11.01/usr/include/EGL/eglext.h	2010-12-20 11:51:01.281463761 -0500
@@ -164,11 +164,11 @@ typedef void* EGLSyncKHR;
  * nanoseconds (unadjusted standard time).  Here, it is defined as
  * appropriate for an ISO C compiler.
  */
-#ifndef _LINUX
+#ifndef __linux__
 typedef uint64_t EGLTimeKHR;
-#else   // _LINUX
+#else   // __linux__
 typedef unsigned long long EGLTimeKHR;
-#endif  // _LINUX
+#endif  // __linux__
 
 #define EGL_SYNC_PRIOR_COMMANDS_COMPLETE_KHR            0xFFF8
 #define EGL_SYNC_STATUS_KHR                             0xFFF7                                  
diff -Naurp amd-gpu-bin-mx51-10.11.01.orig//usr/include/VG/ext.h amd-gpu-bin-mx51-10.11.01/usr/include/VG/ext.h
--- amd-gpu-bin-mx51-10.11.01.orig//usr/include/VG/ext.h	2010-11-21 15:49:33.000000000 -0500
+++ amd-gpu-bin-mx51-10.11.01/usr/include/VG/ext.h	2010-12-20 11:51:18.792290314 -0500
@@ -15,7 +15,7 @@
 extern "C" {
 #endif
 
-#ifndef _LINUX
+#ifndef __linux__
 #include <VG/openvg.h>
 #else
 #include "openvg.h"
diff -Naurp amd-gpu-bin-mx51-10.11.01.orig//usr/include/VG/openvg.h amd-gpu-bin-mx51-10.11.01/usr/include/VG/openvg.h
--- amd-gpu-bin-mx51-10.11.01.orig//usr/include/VG/openvg.h	2010-11-21 15:49:33.000000000 -0500
+++ amd-gpu-bin-mx51-10.11.01/usr/include/VG/openvg.h	2010-12-20 11:51:37.963195276 -0500
@@ -449,7 +449,7 @@ typedef enum {
 #       endif
 #   elif defined(__APPLE__)
 #       define VG_API_CALL extern
-#   elif defined(_LINUX)
+#   elif defined(__linux__)
 #       if defined (OPENVG_DLL_EXPORTS)
 #           define VG_API_CALL extern
 #       else
