This is the mail archive of the gdb-patches@sources.redhat.com 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: Avoid using S_IRGRP, etc., on Windows


Daniel Jacobowitz wrote:
On Wed, Mar 09, 2005 at 11:20:27AM -0800, Mark Mitchell wrote:

Windows doesn't define all of the permissions macros (e.g., S_IRGRP)
because its filesystems don't have that concept.  This patch checks
that the macros are defined before trying to use them.

OK?


Yeah, this is OK.

Applied, thanks!


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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