diff options
author | tsmith/tim@siva.hindu.god <> | 2006-12-14 12:56:57 -0700 |
---|---|---|
committer | tsmith/tim@siva.hindu.god <> | 2006-12-14 12:56:57 -0700 |
commit | 126f004a7f992cd41ab6f3813e4a580f33eb1b3a (patch) | |
tree | aef99a9511fae1eeaeeab94ed72121cb9753ce46 /include/config-win.h | |
parent | f8ac527b730d2cf595c57c75c750f7f338d3a288 (diff) | |
parent | b19b9333f0108b7472d62dfe33ecbf17f5b843b6 (diff) | |
download | mariadb-git-126f004a7f992cd41ab6f3813e4a580f33eb1b3a.tar.gz |
Merge siva.hindu.god:/usr/home/tim/m/bk/50
into siva.hindu.god:/usr/home/tim/m/bk/51
Diffstat (limited to 'include/config-win.h')
-rw-r--r-- | include/config-win.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config-win.h b/include/config-win.h index 5290cf83896..86b2a7cca39 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -249,7 +249,6 @@ inline double ulonglong2double(ulonglong value) #define tell(A) _telli64(A) #endif -#define set_timespec(ABSTIME,SEC) { (ABSTIME).tv_sec=time((time_t*)0) + (time_t) (SEC); (ABSTIME).tv_nsec=0; } #define STACK_DIRECTION -1 |