This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 3/3] Don't use unportable macros


> Date: Wed, 20 Mar 2013 10:35:35 +0800
> From: Yao Qi <yao@codesourcery.com>
> CC: gdb-patches <gdb-patches@sourceware.org>, Eli Zaretskii <eliz@gnu.org>
> 
> Also define a macro 'mkdir' in this patch, as Eli suggested before.  Is
> it OK?

The macro is OK, but please make sure unistd.h is included by this
file, because that's where MinGW defines the prototype of _mkdir.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]