summaryrefslogtreecommitdiff
path: root/sgx/include4/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'sgx/include4/services.h')
-rw-r--r--sgx/include4/services.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sgx/include4/services.h b/sgx/include4/services.h
index d9dc060..0591b66 100644
--- a/sgx/include4/services.h
+++ b/sgx/include4/services.h
@@ -38,7 +38,6 @@ PURPOSE AND NONINFRINGEMENT; AND (B) IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
*/ /**************************************************************************/
#ifndef __SERVICES_H__
@@ -1509,7 +1508,7 @@ static INLINE IMG_VOID PVRSRVPostSemaphore(PVRSRV_SEMAPHORE_HANDLE hSemaphore, I
/* Non-exported APIs */
-#if (defined(DEBUG) && (defined(__linux__) || defined(__QNXNTO__)))
+#if defined(DEBUG) && (defined(__linux__) || defined(__QNXNTO__) )
IMG_IMPORT IMG_PVOID IMG_CALLCONV PVRSRVAllocUserModeMemTracking(IMG_SIZE_T ui32Size, IMG_CHAR *pszFileName, IMG_UINT32 ui32LineNumber);
IMG_IMPORT IMG_PVOID IMG_CALLCONV PVRSRVCallocUserModeMemTracking(IMG_SIZE_T ui32Size, IMG_CHAR *pszFileName, IMG_UINT32 ui32LineNumber);