From patchwork Thu May 12 16:29:47 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Bill Fischofer X-Patchwork-Id: 67686 Delivered-To: patch@linaro.org Received: by 10.140.92.199 with SMTP id b65csp846946qge; Thu, 12 May 2016 09:31:22 -0700 (PDT) X-Received: by 10.140.219.200 with SMTP id p191mr11032956qhb.90.1463070682058; Thu, 12 May 2016 09:31:22 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id f37si9049681qgd.81.2016.05.12.09.31.21; Thu, 12 May 2016 09:31:22 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 7517461649; Thu, 12 May 2016 16:31:21 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 34CAC61605; Thu, 12 May 2016 16:31:09 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id B834D6164C; Thu, 12 May 2016 16:31:04 +0000 (UTC) Received: from mail-oi0-f45.google.com (mail-oi0-f45.google.com [209.85.218.45]) by lists.linaro.org (Postfix) with ESMTPS id 85A2861605 for ; Thu, 12 May 2016 16:29:55 +0000 (UTC) Received: by mail-oi0-f45.google.com with SMTP id v145so128071518oie.0 for ; Thu, 12 May 2016 09:29:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=T2B6us1rz322TKCM74JTsu5QQq7rharHG/4L6k0ZpQs=; b=ZHk4hkIhXBFQTyo89JMNwVbvF3BJ042wL/y2UweGBYaUSnrXlHFr69gSLPwT/VfqgF 1Co6Z43mv0wWqdAXG5edbvrS7MCxxOLPA3dS3tk25HJJ/YbT8/rlXCqbea3ijCvspIbE U/VdyqV+WE0Im2ISMc5c4TJy91MfTRzGQRRegZXphYYQmljr9hs0HG7ByzRRYjv8JDy6 ZDuv33udINruPMO9oJ6FpH1NA1jCwHuSGF4ga1vugGfTagzTVgSEQqm+ea4GicE7J90H SeS8pyNDA9ak2x4BYdQZ4DvpbKcyTUSICnWq5/wTy2Txx5laR7LAHVJZmVyKm1CNUTK+ uU1A== X-Gm-Message-State: AOPr4FWQTQ4MItfxqRxAbUwYCASJNPTWvpD7RxGujYXy8F+uDwymA/y2UT8AkTVUCkc9CLbUEGk= X-Received: by 10.157.16.27 with SMTP id h27mr6221430ote.118.1463070594797; Thu, 12 May 2016 09:29:54 -0700 (PDT) Received: from localhost.localdomain (cpe-66-68-129-43.austin.res.rr.com. [66.68.129.43]) by smtp.gmail.com with ESMTPSA id tz3sm4056603obc.0.2016.05.12.09.29.54 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 May 2016 09:29:54 -0700 (PDT) From: Bill Fischofer To: lng-odp@lists.linaro.org Date: Thu, 12 May 2016 11:29:47 -0500 Message-Id: <1463070588-22987-1-git-send-email-bill.fischofer@linaro.org> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 X-Topics: patch Subject: [lng-odp] [PATCH 1/2] linux-generic: includes: typo correction X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" Correct typo in spelling of _LARGEFILE64_SOURCE. This also removes an extraneous non-ascii character from the source file. Suggested-by: Zoltan Kiss Signed-off-by: Bill Fischofer Reviewed-by: Zoltan Kiss --- platform/linux-generic/include/odp_posix_extensions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/linux-generic/include/odp_posix_extensions.h b/platform/linux-generic/include/odp_posix_extensions.h index 4b6e335..2c468b4 100644 --- a/platform/linux-generic/include/odp_posix_extensions.h +++ b/platform/linux-generic/include/odp_posix_extensions.h @@ -17,7 +17,7 @@ * Enable POSIX and GNU extensions * * This macro defines: - * o _BSD_SOURCE, _SVID_SOURCE, _ATFILE_SOURCE, _LARGEā€FILE64_SOURCE, + * o _BSD_SOURCE, _SVID_SOURCE, _ATFILE_SOURCE, _LARGEFILE64_SOURCE, * _ISOC99_SOURCE, _XOPEN_SOURCE_EXTENDED, _POSIX_SOURCE * o _POSIX_C_SOURCE with the value: * * 200809L since glibc v2.10 (== POSIX.1-2008 base specification)