Commit 160d6670 authored by Yoni Fogel's avatar Yoni Fogel

Addresses #1307

deprecate fstat in windows version.

git-svn-id: file:///svn/toku/tokudb.1032b@8265 c7de825b-a66e-492c-adef-691d508d4ae1
parent f1dbe45e
......@@ -71,7 +71,11 @@ extern "C" {
// Deprecated functions.
#if !defined(TOKU_ALLOW_DEPRECATED_FSTAT)
# if defined(__ICL) //Windows Intel Compiler
# pragma deprecated (fstat)
# else
int fstat() __attribute__((__deprecated__));
# endif
#endif
#if defined __cplusplus
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment