From 91984b0098d0452c3eed9c035357decad477a2ba Mon Sep 17 00:00:00 2001 From: Alexandra Ellwood Date: Thu, 7 Jun 2007 21:50:39 +0000 Subject: Removed cross-compilation uses of inline because they don't do anything on our compilers and were interfering with the Windows builds. If we need to we can revisit this later with an actual profiling tool. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19571 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ccapi/lib/mac/ccapi_os_ipc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ccapi/lib/mac') diff --git a/src/ccapi/lib/mac/ccapi_os_ipc.c b/src/ccapi/lib/mac/ccapi_os_ipc.c index ea3b548f8..95a2f0b1b 100644 --- a/src/ccapi/lib/mac/ccapi_os_ipc.c +++ b/src/ccapi/lib/mac/ccapi_os_ipc.c @@ -40,7 +40,7 @@ static pthread_key_t g_server_died_key = 0; /* ------------------------------------------------------------------------ */ -inline cc_int32 cci_os_ipc_thread_init (void) +cc_int32 cci_os_ipc_thread_init (void) { cc_int32 err = ccNoError; -- cgit