diff --git a/api/hip/hip_hcc.def.in b/api/hip/hip_hcc.def.in index 81f51c34f7..478b4a277c 100644 --- a/api/hip/hip_hcc.def.in +++ b/api/hip/hip_hcc.def.in @@ -127,7 +127,7 @@ hipStreamSynchronize hipStreamWaitEvent __hipRegisterFatBinary __hipRegisterFunction -__hipRegisterVariable +__hipRegisterVar __hipUnregisterFatBinary hipConfigureCall hipSetupArgument diff --git a/api/hip/hip_hcc.map.in b/api/hip/hip_hcc.map.in index 4114cfe1d9..25e9844e94 100644 --- a/api/hip/hip_hcc.map.in +++ b/api/hip/hip_hcc.map.in @@ -128,7 +128,7 @@ global: hipStreamWaitEvent; __hipRegisterFatBinary; __hipRegisterFunction; - __hipRegisterVariable; + __hipRegisterVar; __hipUnregisterFatBinary; hipConfigureCall; hipSetupArgument;