1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-05 13:16:09 +03:00

followup changes to timeout commit

* fix debian patch
* update the copyright
* rename include guards to follow conventions
* restore incorectly deleted test file, add clarification in a comment
* capitalize the first letter of the status variable
This commit is contained in:
Sergei Golubchik
2014-10-08 08:47:22 +02:00
parent e6152f9293
commit d103e359f8
7 changed files with 91 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
/* Copyright (c) 2012 Monty Program Ab
/* Copyright (c) 2014 Monty Program Ab
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -15,8 +15,8 @@
/* Prototypes when using thr_timer functions */
#ifndef _thr_timer_h
#define _thr_timer_h
#ifndef THR_TIMER_INCLUDED
#define THR_TIMER_INCLUDED
#ifdef __cplusplus
extern "C" {
#endif
@@ -42,4 +42,4 @@ void thr_timer_end(thr_timer_t *timer_data);
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* _thr_timer_h */
#endif /* THR_TIMER_INCLUDED */