Remove some internal decaf functions that snuck in.

This commit is contained in:
James Benton 2016-01-07 04:46:55 -08:00
parent b08f267220
commit d58b264cab
3 changed files with 0 additions and 18 deletions

View File

@ -20,14 +20,6 @@ int32_t
OSDynLoad_GetAllocator(OSDynLoadAllocFn *outAllocFn,
OSDynLoadFreeFn *outFreeFn);
int32_t
OSDynLoad_MemAlloc(int32_t size,
int32_t alignment,
void **outAddr);
void
OSDynLoad_MemFree(void *addr);
int32_t
OSDynLoad_Acquire(char const *name,
OSDynLoadModule *outModule);

View File

@ -82,15 +82,9 @@ OSInitMutexEx(OSMutex *mutex,
void
OSLockMutex(OSMutex *mutex);
void
OSLockMutexNoLock(OSMutex *mutex);
void
OSUnlockMutex(OSMutex *mutex);
void
OSUnlockMutexNoLock(OSMutex *mutex);
BOOL
OSTryLockMutex(OSMutex *mutex);

View File

@ -55,8 +55,6 @@ EXPORT(OSFatal);
// coreinit/dynload.h
EXPORT(OSDynLoad_SetAllocator);
EXPORT(OSDynLoad_GetAllocator);
EXPORT(OSDynLoad_MemAlloc);
EXPORT(OSDynLoad_MemFree);
EXPORT(OSDynLoad_Acquire);
EXPORT(OSDynLoad_FindExport);
EXPORT(OSDynLoad_Release);
@ -112,9 +110,7 @@ EXPORT(MEMGetAllocDirForMBlockExpHeap);
EXPORT(OSInitMutex);
EXPORT(OSInitMutexEx);
EXPORT(OSLockMutex);
EXPORT(OSLockMutexNoLock);
EXPORT(OSUnlockMutex);
EXPORT(OSUnlockMutexNoLock);
EXPORT(OSTryLockMutex);
// coreinit/rendezvous.h