Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
296167d6
Commit
296167d6
authored
Apr 15, 2012
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix compile error on unixes
parent
0a2afb72
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
mysys/my_init.c
mysys/my_init.c
+2
-1
No files found.
mysys/my_init.c
View file @
296167d6
...
...
@@ -29,13 +29,14 @@
#pragma comment(lib, "ws2_32")
#endif
my_bool
have_tcpip
=
0
;
extern
pthread_key
(
struct
st_my_thread_var
*
,
THR_KEY_mysys
);
static
void
my_win_init
(
void
);
static
my_bool
win32_init_tcp_ip
();
#else
#define my_win_init()
#endif
extern
pthread_key
(
struct
st_my_thread_var
*
,
THR_KEY_mysys
);
#define SCALE_SEC 100
#define SCALE_USEC 10000
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment