From a366b6d8c2e6debf247c82af3d41aa2483711c52 Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 17 Aug 2000 10:18:36 +0000 Subject: 2000-08-17 Ross Johnson * All applicable: Change _pthread_ prefix to ptw32_ prefix to remove leading underscores from private library identifiers (single and double leading underscores are reserved in the ANSI C standard for compiler implementations). --- pthread.def | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pthread.def') diff --git a/pthread.def b/pthread.def index 9f9d836..9ddf1a5 100644 --- a/pthread.def +++ b/pthread.def @@ -1,12 +1,12 @@ ; pthread.def -; Last updated: $Date: 2000/08/14 03:43:09 $ +; Last updated: $Date: 2000/08/17 10:18:36 $ ; Currently unimplemented functions are commented out. ;LIBRARY pthread EXPORTS -_pthread_processInitialize +ptw32_processInitialize ;pthread_atfork pthread_attr_destroy pthread_attr_getdetachstate @@ -113,4 +113,4 @@ pthread_pop_cleanup ; Not for use directly. Needed by macros in pthread.h ; to return internal SEH code. ; -_pthread_get_exception_services_code +ptw32_get_exception_services_code -- cgit v1.2.3