Skip to content
Snippets Groups Projects
Commit 574b57e2 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

Merge branch 'feature-2920' into 'master'

feature-2920

See merge request !34
parents 412970a9 138ba413
No related branches found
No related tags found
1 merge request!34feature-2920
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with any DAP based project. If not, see <http://www.gnu.org/licenses/>. along with any DAP based project. If not, see <http://www.gnu.org/licenses/>.
*/ */
#define _XOPEN_SOURCE 700
#pragma once #pragma once
......
...@@ -21,7 +21,6 @@ ...@@ -21,7 +21,6 @@
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with any DAP based project. If not, see <http://www.gnu.org/licenses/>. along with any DAP based project. If not, see <http://www.gnu.org/licenses/>.
*/ */
#define _XOPEN_SOURCE 500
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <time.h> /* 'nanosleep' */ #include <time.h> /* 'nanosleep' */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment