Changeset 170 for trunk/src/sh_pthread.c


Ignore:
Timestamp:
Apr 30, 2008, 11:56:45 PM (17 years ago)
Author:
katerina
Message:

Plenty of compiler warnings fixed, SQL query length fixed, doc update.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_pthread.c

    r143 r170  
    2222}
    2323
    24 int sh_pthread_init_threadspecific()
     24int sh_pthread_init_threadspecific(void)
    2525{
    2626  int rc = 0;
    2727#ifdef SH_STEALTH
    28   extern int sh_g_thread();
     28  extern int sh_g_thread(void);
    2929
    3030  rc = sh_g_thread();
Note: See TracChangeset for help on using the changeset viewer.