Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 294470 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- a/sysdeps/unix/sysv/linux/hppa/bits/socket.h
0
++ b/sysdeps/unix/sysv/linux/hppa/bits/socket.h
Lines 62-68 enum __socket_type Link Here
62
  /* Flags to be ORed into the type parameter of socket and socketpair and
62
  /* Flags to be ORed into the type parameter of socket and socketpair and
63
     used for the flags parameter of paccept.  */
63
     used for the flags parameter of paccept.  */
64
64
65
  SOCK_CLOEXEC = 02000000,	/* Atomically set close-on-exec flag for the
65
  SOCK_CLOEXEC = 010000000,	/* Atomically set close-on-exec flag for the
66
				   new descriptor(s).  */
66
				   new descriptor(s).  */
67
#define SOCK_CLOEXEC SOCK_CLOEXEC
67
#define SOCK_CLOEXEC SOCK_CLOEXEC
68
#undef SOCK_NONBLOCK
68
#undef SOCK_NONBLOCK

Return to bug 294470