Skip to content

Commit ddee8c8

Browse files
authored
Fix #104, Short term build fix for implicit endian functions (#106)
1 parent c7f9072 commit ddee8c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Subsystems/cmdUtil/cmdUtil.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@
2525
*/
2626

2727
/* System define for endian functions */
28-
#define _BSD_SOURCE_
28+
#define _BSD_SOURCE
2929
#define _DEFAULT_SOURCE
30-
#define __USE_BSD
3130

3231
/*
3332
* System includes

0 commit comments

Comments
 (0)