diff options
Diffstat (limited to 'contrib/libstdc++/include/c_compatibility/time.h')
| -rw-r--r-- | contrib/libstdc++/include/c_compatibility/time.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/libstdc++/include/c_compatibility/time.h b/contrib/libstdc++/include/c_compatibility/time.h index 6d07aa1aed614..0e7e2ad917b5d 100644 --- a/contrib/libstdc++/include/c_compatibility/time.h +++ b/contrib/libstdc++/include/c_compatibility/time.h @@ -27,11 +27,11 @@ // invalidate any other reasons why the executable file might be covered by // the GNU General Public License. -#ifndef _CPP_TIME_H_ -#define _CPP_TIME_H_ 1 +#ifndef _GLIBCXX_TIME_H +#define _GLIBCXX_TIME_H 1 #include <ctime> - + // Get rid of those macros defined in <time.h> in lieu of real functions. #undef clock #undef difftime |
