Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Makefile
- Revision:
- 9:394abe2083e8
- Parent:
- 8:8e5247e1ce0a
diff -r 8e5247e1ce0a -r 394abe2083e8 Makefile --- a/Makefile Mon Dec 22 10:27:33 2014 -0600 +++ b/Makefile Mon Dec 22 13:35:49 2014 -0600 @@ -38,7 +38,7 @@ src/exosite.c \ pal/posix/exosite_pal.c \ picocoap/picocoap.o \ - -D_POSIX_SOURCE \ + -D_POSIX_C_SOURCE=200112L \ -Isrc \ -Ipal/posix \ -Ipicocoap/src \ @@ -49,7 +49,7 @@ src/exosite.c \ pal/posix/exosite_pal.c \ picocoap/picocoap.o \ - -D_POSIX_SOURCE \ + -D_POSIX_C_SOURCE=200112L \ -Isrc \ -Ipal/posix \ -Ipicocoap/src \