On Sunday 24 May 2015 18:41:33 Zack Weinberg wrote:
I see -std=c99 in there, not -std=gnu99. If -std=gnu99 does not work, try adding -D_GNU_SOURCE=1 or -D_XOPEN_SOURCE=700. If neither of those work, root around in uClibc's header files for other macros named _SOMETHING_SOURCE to try.
Ah, you are absolutely right Sir, I was unaware of the difference between c99 and gnu99 and it worked with gnu99.
Thanx!