diff options
author | Haibo Huang <hhb@google.com> | 2019-06-10 15:25:51 -0700 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-06-10 15:25:51 -0700 |
commit | aa0ce810a62b165c39abf6252c5fec107716a2fe (patch) | |
tree | 478f3db238be7e08885ac80ac8ef1be9935441bb /powerpc/powerpc_init.c | |
parent | d22b72011118e2e00c01519ba79801804773ac07 (diff) | |
parent | 7794b2225328b6423a98c2c8de2afa21e4783036 (diff) |
Merge "Merge tag 'v1.6.37' into HEAD"
am: 7794b22253
Change-Id: Icd76c301afccd9c4afb39b0d27e84bf39512c81a
Diffstat (limited to 'powerpc/powerpc_init.c')
-rw-r--r-- | powerpc/powerpc_init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/powerpc/powerpc_init.c b/powerpc/powerpc_init.c index 07016177c..54426c558 100644 --- a/powerpc/powerpc_init.c +++ b/powerpc/powerpc_init.c @@ -1,14 +1,15 @@ /* powerpc_init.c - POWERPC optimised filter functions * + * Copyright (c) 2018 Cosmin Truta * Copyright (c) 2017 Glenn Randers-Pehrson * Written by Vadim Barkov, 2017. - * Last changed in libpng 1.6.29 [March 16, 2017] * * This code is released under the libpng license. * For conditions of distribution and use, see the disclaimer * and license in png.h */ + /* Below, after checking __linux__, various non-C90 POSIX 1003.1 functions are * called. */ |