~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/archive/azio.cc

  • Committer: Stewart Smith
  • Date: 2009-10-08 14:49:45 UTC
  • mto: This revision was merged to the branch mainline in revision 1179.
  • Revision ID: stewart@flamingspork.com-20091008144945-unw96iepse98i9xb
SunStudio extern C fixes for azio.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
static void do_aio_cleanup(azio_stream *s);
38
38
#endif
39
39
 
40
 
static pthread_handler_t run_task(void *p)
 
40
extern "C" pthread_handler_t run_task(void *p)
41
41
{
42
42
  int fd;
43
43
  char *buffer;