Project

General

Profile

« Previous | Next » 

Revision e59f3054

Added by ngoto (Naohisa Goto) over 3 years ago

Delete #if line during checking madvise() on Solaris

The madvise() declaration should always be compiled on Solaris
to check whether the declaration is good on the environment.
For the purpose, the #if line is unnecessary.
(There was also a trivial typo that the #if was not closed
by #endif and the check always failed with preprocessor error.)