Jon Trulson fb88fda5cb upm_utilities: Add a _POSIX_C_SOURCE define if needed
In certain systems, where -std=c11 is used, certain posix extensions
are disabled unless specifically enabled.  On these systems, this
could cause usleep() and/or nanosleep() to fail with an implicit
declaration warning.  This patch ensures that at least POSIX 200809 is
used, if otherwise undefined.

This should fix Issue #513.

Signed-off-by: Jon Trulson <jtrulson@ics.com>
2017-02-02 13:58:41 -07:00
..
2016-10-19 13:12:43 -07:00
2017-01-20 12:02:30 -07:00
2016-10-25 13:25:32 -07:00
2017-01-30 12:06:32 -07:00
2016-11-03 13:23:44 -06:00
2017-01-11 15:52:41 -08:00
2016-11-03 13:23:44 -06:00
2016-10-25 13:25:32 -07:00
2016-10-31 10:12:39 -06:00
2016-10-25 13:25:32 -07:00
2016-10-25 13:25:32 -07:00
2017-01-26 15:13:01 -07:00
2016-12-02 16:44:43 -07:00
2016-09-16 13:43:16 +01:00