From ccde819765e65680b84c2a63bf4fe88ba1baad3c Mon Sep 17 00:00:00 2001 From: cwx1272435 Date: Wed, 16 Oct 2024 05:54:28 +0000 Subject: [PATCH] cherry pick e273f22 from https://gitee.com/ymcaiq/commonlibrary_memory_utils/pulls/171 1016 Signed-off-by: cwx1272435 --- OAT.xml | 1 + libsync/src/sync.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/OAT.xml b/OAT.xml index 0c2b65b..20cc6bc 100644 --- a/OAT.xml +++ b/OAT.xml @@ -22,6 +22,7 @@ + diff --git a/libsync/src/sync.c b/libsync/src/sync.c index 5d216be..755df16 100644 --- a/libsync/src/sync.c +++ b/libsync/src/sync.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2024 Huawei Device Co., Ltd. + * Copyright 2012 Google, Inc * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at -- Gitee