mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2004-09-08 Ulrich Drepper <drepper@redhat.com>
|
2004-09-08 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed.
|
||||||
|
|
||||||
* malloc/malloc.c (_int_free): Add inexpensive double free test.
|
* malloc/malloc.c (_int_free): Add inexpensive double free test.
|
||||||
|
|
||||||
2004-09-08 Roland McGrath <roland@redhat.com>
|
2004-09-08 Roland McGrath <roland@redhat.com>
|
||||||
|
@ -286,10 +286,9 @@ enum
|
|||||||
SCM_RIGHTS = 0x01, /* Transfer file descriptors. */
|
SCM_RIGHTS = 0x01, /* Transfer file descriptors. */
|
||||||
#define SCM_RIGHTS SCM_RIGHTS
|
#define SCM_RIGHTS SCM_RIGHTS
|
||||||
#ifdef __USE_BSD
|
#ifdef __USE_BSD
|
||||||
SCM_CREDENTIALS = 0x02, /* Credentials passing. */
|
SCM_CREDENTIALS = 0x02 /* Credentials passing. */
|
||||||
# define SCM_CREDENTIALS SCM_CREDENTIALS
|
# define SCM_CREDENTIALS SCM_CREDENTIALS
|
||||||
#endif
|
#endif
|
||||||
__SCM_CONNECT = 0x03 /* Data array is `struct scm_connect'. */
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* User visible structure for SCM_CREDENTIALS message */
|
/* User visible structure for SCM_CREDENTIALS message */
|
||||||
|
Reference in New Issue
Block a user