aboutsummaryrefslogtreecommitdiff
path: root/programs/platform.h
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2022-10-06 18:43:40 +0000
committerSadaf Ebrahimi <sadafebrahimi@google.com>2022-10-06 18:43:40 +0000
commit996c91caed2669c2a8675688cb061f6a0cb40e03 (patch)
tree9f69da939b1cf5df3711ac9869e461d8b762abb9 /programs/platform.h
parentbc6d3d02c9615e4063c684a083220385e19205ce (diff)
parent5ff839680134437dbf4678f3d0c7b371d84f4964 (diff)
downloadlz4-996c91caed2669c2a8675688cb061f6a0cb40e03.tar.gz
Upgrade lz4 to v1.9.4
Test: Treehugger Change-Id: I4f5700930d903679f51966165867a92d24ef30ec
Diffstat (limited to 'programs/platform.h')
-rw-r--r--programs/platform.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/platform.h b/programs/platform.h
index ab8300db..43a171bf 100644
--- a/programs/platform.h
+++ b/programs/platform.h
@@ -1,6 +1,6 @@
/*
platform.h - compiler and OS detection
- Copyright (C) 2016-present, Przemyslaw Skibinski, Yann Collet
+ Copyright (C) 2016-2020, Przemyslaw Skibinski, Yann Collet
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -80,7 +80,7 @@ extern "C" {
************************************************************** */
#if !defined(_WIN32) && (defined(__unix__) || defined(__unix) || (defined(__APPLE__) && defined(__MACH__)) /* UNIX-like OS */ \
|| defined(__midipix__) || defined(__VMS))
-# if (defined(__APPLE__) && defined(__MACH__)) || defined(__SVR4) || defined(_AIX) || defined(__hpux) /* POSIX.1–2001 (SUSv3) conformant */ \
+# if (defined(__APPLE__) && defined(__MACH__)) || defined(__SVR4) || defined(_AIX) || defined(__hpux) /* POSIX.1-2001 (SUSv3) conformant */ \
|| defined(__DragonFly__) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__MidnightBSD__) /* BSD distros */ \
|| defined(__HAIKU__)
# define PLATFORM_POSIX_VERSION 200112L