diff options
author | tsmith@siva.hindu.god <> | 2007-01-18 10:30:39 -0700 |
---|---|---|
committer | tsmith@siva.hindu.god <> | 2007-01-18 10:30:39 -0700 |
commit | 6b729ff2cd2c101803e8fd9d860fb249138f6d1d (patch) | |
tree | ed55c77076ebce744a6c2075e3dc2019d85812f0 /include/config-win.h | |
parent | fcd5f26d019ca570af9e8c9e4fa0e364b643ab9d (diff) | |
parent | 94f7990ef8bb8972ead00791937116f591837a55 (diff) | |
download | mariadb-git-6b729ff2cd2c101803e8fd9d860fb249138f6d1d.tar.gz |
Merge siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/51
into siva.hindu.god:/home/tsmith/m/bk/mrg-jan17/maint/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 5e021602325..d8ae471266f 100644 --- a/include/config-win.h +++ b/include/config-win.h @@ -248,7 +248,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 |