Explorar o código

tools: usb: ffs-test: switch to _DEFAULT_SOURCE

_BSD_SOURCE is deprecated and gives a build warning. Let's use
_DEFAULT_SOURCE instead.

Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
Felipe Balbi %!s(int64=9) %!d(string=hai) anos
pai
achega
5abb9b91e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/usb/ffs-test.c

+ 1 - 1
tools/usb/ffs-test.c

@@ -22,7 +22,7 @@
 /* $(CROSS_COMPILE)cc -Wall -Wextra -g -o ffs-test ffs-test.c -lpthread */
 
 
-#define _BSD_SOURCE /* for endian.h */
+#define _DEFAULT_SOURCE /* for endian.h */
 
 #include <endian.h>
 #include <errno.h>