From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 7B82BD81023 for ; Thu, 26 Oct 2023 14:17:29 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=nwwRVy/NMPdCKcLgZ1PAVpAKZLlvbE6uL8qeBnh3a84=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1698329848; v=1; b=E+svLTV445sk5wqyqv6mgH/LK3A1egtYdQ2m39Sb8TDauKJtOpgvT2lqh7ecLY1rmjXY2hj0 PdRE6mxJ8G0hNwADX0sbOOHJBdQEPPnp+4VkXkYA2NOvMguwePr6QneW/sOGR2G9l+EXE0eB6dJ gHqZnqpl1uuyBiejpmyh6ouc= X-Received: by 127.0.0.2 with SMTP id fDsMYY7687511xTtGjNzc3nr; Thu, 26 Oct 2023 07:17:28 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by mx.groups.io with SMTP id smtpd.web10.201460.1698329846500057640 for ; Thu, 26 Oct 2023 07:17:27 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10875"; a="372607279" X-IronPort-AV: E=Sophos;i="6.03,253,1694761200"; d="scan'208";a="372607279" X-Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Oct 2023 07:17:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10875"; a="794225078" X-IronPort-AV: E=Sophos;i="6.03,253,1694761200"; d="scan'208";a="794225078" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.213.103.39]) by orsmga001-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Oct 2023 07:17:24 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch 0/1] realpath function signature doesn't match standard Date: Thu, 26 Oct 2023 19:47:15 +0530 Message-Id: <20231026141716.823-1-n.jayaprakash@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,n.jayaprakash@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: I1wbQAIDFmt1znpbtCrrleATx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=E+svLTV4; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) This patch fixes the function signature of realpath to match with the standard defined signature. This patch bas been extracted from the below pull request raised on edk2-libc. https://github.com/tianocore/edk2-libc/pull/10 Jayaprakash N (1): ek2-libc: realpath function signature doesn't match the standard StdLib/Include/stdlib.h | 4 ++-- StdLib/LibC/StdLib/realpath.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -- 2.40.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#110105): https://edk2.groups.io/g/devel/message/110105 Mute This Topic: https://groups.io/mt/102200531/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-