Jian, On 05/16/19 09:54, Xiaoyu lu wrote: > From: Laszlo Ersek <ler...@redhat.com> > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=1089 > > Thanks Laszlo Ersek <ler...@redhat.com>. > Ref: https://edk2.groups.io/g/devel/message/40375 > > Cc: Jian J Wang <jian.j.w...@intel.com> > Cc: Ting Ye <ting...@intel.com> > Signed-off-by: Xiaoyu Lu <xiaoyux...@intel.com> > --- > CryptoPkg/Library/Include/sys/syscall.h | 11 +++++++++++ > 1 file changed, 11 insertions(+) > create mode 100644 CryptoPkg/Library/Include/sys/syscall.h > > diff --git a/CryptoPkg/Library/Include/sys/syscall.h > b/CryptoPkg/Library/Include/sys/syscall.h > new file mode 100644 > index 000000000000..ca80745e4650 > --- /dev/null > +++ b/CryptoPkg/Library/Include/sys/syscall.h > @@ -0,0 +1,11 @@ > +/** @file > + Include file to support building the third-party cryptographic library. > + > +Copyright (c) 2010 - 2017, Intel Corporation. All rights > +reserved.<BR> Copyright (c) 2019, Red Hat, Inc.
Before you push this patch, please make sure that the Red Hat copyright notice starts on a new line. I think the usual format is: Copyright (c) 2010 - 2017, Intel Corporation. All rights reserved.<BR> Copyright (c) 2019, Red Hat, Inc. with that: Reviewed-by: Laszlo Ersek <ler...@redhat.com> Thanks Laszlo > +SPDX-License-Identifier: BSD-2-Clause-Patent > + > +**/ > + > +#include <CrtLibSupport.h> > + > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#40814): https://edk2.groups.io/g/devel/message/40814 Mute This Topic: https://groups.io/mt/31638510/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-