diff options
Diffstat (limited to 'Build/source/libs/poppler/poppler-src/goo/glibc.h')
-rw-r--r-- | Build/source/libs/poppler/poppler-src/goo/glibc.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Build/source/libs/poppler/poppler-src/goo/glibc.h b/Build/source/libs/poppler/poppler-src/goo/glibc.h index 8b372bcaa30..ccbd87364eb 100644 --- a/Build/source/libs/poppler/poppler-src/goo/glibc.h +++ b/Build/source/libs/poppler/poppler-src/goo/glibc.h @@ -7,6 +7,7 @@ // This file is licensed under the GPLv2 or later // // Copyright (C) 2016, 2017 Adrian Johnson <ajohnson@redneon.com> +// Copyright (C) 2017 Albert Astals Cid <aacid@kde.org> // //======================================================================== @@ -17,8 +18,6 @@ #include <time.h> -extern "C" { - #ifndef HAVE_GMTIME_R struct tm *gmtime_r(const time_t *timep, struct tm *result); #endif @@ -35,7 +34,5 @@ time_t timegm(struct tm *tm); char * strtok_r (char *s, const char *delim, char **save_ptr); #endif -} - #endif // GLIBC_H |