src/gdb ChangeLog common/filestuff.c common/fi ...

tromey@sourceware.org tromey@sourceware.org
Tue Apr 23 15:49:00 GMT 2013


CVSROOT:	/cvs/src
Module name:	src
Changes by:	tromey@sourceware.org	2013-04-23 15:49:25

Modified files:
	gdb            : ChangeLog 
	gdb/common     : filestuff.c filestuff.h 

Log message:
	* common/filestuff.c: Check USE_WIN32API before including
	sys/socket.h.
	(HAVE_F_GETFD): New define.
	(mark_cloexec): Check HAVE_F_GETFD.
	(gdb_open_cloexec): Change 'mode' to unsigned long.
	(gdb_socketpair_cloexec): Check HAVE_SOCKETPAIR.
	(gdb_pipe_cloexec): Check HAVE_PIPE.
	* common/filestuff.h (gdb_open_cloexec): Change 'mode' to unsigned
	long.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15468&r2=1.15469
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/common/filestuff.c.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/common/filestuff.h.diff?cvsroot=src&r1=1.1&r2=1.2



More information about the Gdb-cvs mailing list