summaryrefslogtreecommitdiff
path: root/src/pal/src/cruntime/misc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/src/cruntime/misc.cpp')
-rw-r--r--src/pal/src/cruntime/misc.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pal/src/cruntime/misc.cpp b/src/pal/src/cruntime/misc.cpp
index 9e5acf65ff..68427f52c9 100644
--- a/src/pal/src/cruntime/misc.cpp
+++ b/src/pal/src/cruntime/misc.cpp
@@ -138,7 +138,6 @@ Function:
See MSDN for more details.
--*/
-
PAL_time_t
__cdecl
PAL_mktime(struct PAL_tm *tm)
@@ -215,7 +214,6 @@ PAL_time(PAL_time_t *tloc)
return result;
}
-
PALIMPORT
void __cdecl
PAL_qsort(void *base, size_t nmemb, size_t size,
@@ -245,6 +243,7 @@ PAL_qsort(void *base, size_t nmemb, size_t size,
PERF_EXIT(qsort);
}
+DLLEXPORT
PALIMPORT
void * __cdecl
PAL_bsearch(const void *key, const void *base, size_t nmemb, size_t size,
@@ -300,6 +299,7 @@ PAL_memcpy
Overlapping buffer-safe version of memcpy.
See MSDN doc for memcpy
--*/
+DLLEXPORT
EXTERN_C
PALIMPORT
void *PAL_memcpy (void *dest, const void *src, size_t count)