Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
d5b05dd6
Commit
d5b05dd6
authored
Nov 26, 2014
by
yb9976
Browse files
Undef __USE_BSD if it was not defined before.
parent
ca3cf514
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/common/timing.c
View file @
d5b05dd6
...
...
@@ -36,8 +36,11 @@ typedef union {
*/
#ifndef __USE_BSD
#define __USE_BSD
#endif
#include <sys/time.h>
#undef __USE_BSD
#else
#include <sys/time.h>
#endif
/* Linux timer value. */
typedef
struct
timeval
ir_timer_val_t
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment