diff options
author | monty@mysql.com <> | 2004-05-26 19:12:49 +0300 |
---|---|---|
committer | monty@mysql.com <> | 2004-05-26 19:12:49 +0300 |
commit | 7d8f8bc77bd58b0a527a3874cda55311a068d05b (patch) | |
tree | 45397c78051c557e55bc9b5df93c68604da6a451 /mysys/my_static.h | |
parent | 2709f91947ab50ab206c523e97636b82ee89b9d3 (diff) | |
download | mariadb-git-7d8f8bc77bd58b0a527a3874cda55311a068d05b.tar.gz |
Changed prototype of killed_ptr() to make it more portable
Applied patches for Netware
Diffstat (limited to 'mysys/my_static.h')
-rw-r--r-- | mysys/my_static.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysys/my_static.h b/mysys/my_static.h index bb408aa808d..51f9fbc922f 100644 --- a/mysys/my_static.h +++ b/mysys/my_static.h @@ -19,6 +19,7 @@ a shared library */ +C_MODE_START #include <signal.h> #define MAX_SIGNALS 10 /* Max signals under a dont-allow */ @@ -73,3 +74,4 @@ extern struct st_my_file_info my_file_info_default[MY_NFILE]; #if defined(THREAD) && !defined(__WIN__) extern sigset_t my_signals; /* signals blocked by mf_brkhant */ #endif +C_MODE_END |