aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2017-08-23 12:58:24 +0100
committerRon Yorston <rmy@pobox.com>2017-08-23 12:58:24 +0100
commit3ee1673e2df1fed79358d52996ec4677580d9fab (patch)
tree92ac6c1887910915c5913238ec55da05bb26e5b8
parent056d2ff0743dc5e09c87b2e846e5dd17ce4f20c0 (diff)
downloadbusybox-w32-3ee1673e2df1fed79358d52996ec4677580d9fab.tar.gz
busybox-w32-3ee1673e2df1fed79358d52996ec4677580d9fab.tar.bz2
busybox-w32-3ee1673e2df1fed79358d52996ec4677580d9fab.zip
include/mingw.h: remove unnecessary definition of PRIuMAX
-rw-r--r--include/mingw.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 65d32391f..d93f8ad06 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -453,7 +453,6 @@ DIR *mingw_opendir(const char *path);
453 * MinGW specific 453 * MinGW specific
454 */ 454 */
455#define is_dir_sep(c) ((c) == '/' || (c) == '\\') 455#define is_dir_sep(c) ((c) == '/' || (c) == '\\')
456#define PRIuMAX "I64u"
457 456
458pid_t FAST_FUNC mingw_spawn(char **argv); 457pid_t FAST_FUNC mingw_spawn(char **argv);
459intptr_t FAST_FUNC mingw_spawn_proc(const char **argv); 458intptr_t FAST_FUNC mingw_spawn_proc(const char **argv);