[lng-odp] [PATCH] api: reflect file path in header guards

2015-02-05 Thread Taras Kondratiuk
Start header guards with ODP_API_ prefix to avoid confusion with other files with the same name. Signed-off-by: Taras Kondratiuk taras.kondrat...@linaro.org --- include/odp/api/align.h | 4 ++-- include/odp/api/atomic.h | 4 ++-- include/odp/api/barrier.h| 4 ++--

Re: [lng-odp] [PATCH] api: reflect file path in header guards

2015-02-05 Thread Taras Kondratiuk
On 02/05/2015 07:40 PM, Bill Fischofer wrote: This looks like a reasonable precaution. Changes to ticketlock.h were not saved in editor, so it is missed. I'll post v2. ___ lng-odp mailing list lng-odp@lists.linaro.org

Re: [lng-odp] [PATCH] api: reflect file path in header guards

2015-02-05 Thread Bill Fischofer
On Thursday, February 5, 2015, Taras Kondratiuk taras.kondrat...@linaro.org wrote: Start header guards with ODP_API_ prefix to avoid confusion with other files with the same name. Signed-off-by: Taras Kondratiuk taras.kondrat...@linaro.org javascript:; Reviewed-by: Bill Fischofer