diff mbox

[1/2] linux-generic: includes: typo correction

Message ID 1463070588-22987-1-git-send-email-bill.fischofer@linaro.org
State Accepted
Commit 314d521a348c3f0b30a956e28a9e8ddbeb4bd404
Headers show

Commit Message

Bill Fischofer May 12, 2016, 4:29 p.m. UTC
Correct typo in spelling of _LARGEFILE64_SOURCE. This also removes an
extraneous non-ascii character from the source file.

Suggested-by: Zoltan Kiss <zoltan.kiss@linaro.org>
Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>
---
 platform/linux-generic/include/odp_posix_extensions.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Zoltan Kiss May 12, 2016, 5:59 p.m. UTC | #1
Reviewed-by: Zoltan Kiss <zoltan.kiss@linaro.org>

On 12/05/16 17:29, Bill Fischofer wrote:
> Correct typo in spelling of _LARGEFILE64_SOURCE. This also removes an
> extraneous non-ascii character from the source file.
>
> Suggested-by: Zoltan Kiss <zoltan.kiss@linaro.org>
> Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>
> ---
>   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)
>
Maxim Uvarov May 13, 2016, 1:49 p.m. UTC | #2
Merged,
Maxim.

On 05/12/16 20:59, Zoltan Kiss wrote:
> Reviewed-by: Zoltan Kiss <zoltan.kiss@linaro.org>
>
> On 12/05/16 17:29, Bill Fischofer wrote:
>> Correct typo in spelling of _LARGEFILE64_SOURCE. This also removes an
>> extraneous non-ascii character from the source file.
>>
>> Suggested-by: Zoltan Kiss <zoltan.kiss@linaro.org>
>> Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>
>> ---
>>   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)
>>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> https://lists.linaro.org/mailman/listinfo/lng-odp
diff mbox

Patch

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)