This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Remove unused PROT from openp()
- From: Tom Tromey <tromey at redhat dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Mon, 18 May 2009 16:38:05 -0600
- Subject: Re: [patch] Remove unused PROT from openp()
- References: <20090515230206.GA14982@host0.dyn.jankratochvil.net>
- Reply-to: tromey at redhat dot com
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
Jan> Apparently no one uses openp() with O_CREAT - it also does not
Jan> make sense with the searching semantics openp() does. Therefore
Jan> rather removed the excessive PROT parameter.
This is ok. Thanks.
Tom