This is the mail archive of the glibc-cvs@sources.redhat.com mailing list for the glibc project.


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

libc ./ChangeLog sysdeps/mach/hurd/socketpair. ...


CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	kettenis@sourceware.cygnus.com	2000-08-09 14:05:45

Modified files:
	.              : ChangeLog 
	sysdeps/mach/hurd: socketpair.c pipe.c 
	include/sys    : socket.h 

Log message:
	* sysdeps/mach/hurd/socketpair.c (__socketpair): Renamed from
	socketpair.  Made socketpair a weak alias.
	* sysdeps/mach/hurd/pipe.c (__pipe): Reimplemented using
	__socketpair.  Use S_IFIFO protocol to make pipes POSIX
	conforming, but fall back on the old protocol if the socket server
	doesn't support it.
	* include/sys/socket.h: Add prototype for __socketpair.


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