~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/global.h

  • Committer: Monty Taylor
  • Date: 2008-10-03 20:37:14 UTC
  • Revision ID: monty@inaugust.com-20081003203714-wpns91qlsmbiqd9n
Removed RETSIGHANDLER to sig_handler define.

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
/* Some types that is different between systems */
158
158
 
159
159
typedef int  File;    /* File descriptor */
160
 
/* Type for fuctions that handles signals */
161
 
/* RETSIGTYPE is defined by autoconf */
162
 
#define sig_handler RETSIGTYPE
163
160
 
164
161
#ifdef __cplusplus
165
162
extern "C" {