Message ID | 1463070588-22987-1-git-send-email-bill.fischofer@linaro.org |
---|---|
State | Accepted |
Commit | 314d521a348c3f0b30a956e28a9e8ddbeb4bd404 |
Headers | show |
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) >
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 --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)
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(-)