mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
* sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2007-07-02 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
|
||||||
|
|
||||||
2007-06-30 Ulrich Drepper <drepper@redhat.com>
|
2007-06-30 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
|
* sysdeps/unix/sysv/linux/bits/socket.h: Add PF_RXRPC and AF_RXRPC.
|
||||||
|
@ -63,7 +63,7 @@ enum __socket_type
|
|||||||
/* Protocol families. */
|
/* Protocol families. */
|
||||||
#define PF_UNSPEC 0 /* Unspecified. */
|
#define PF_UNSPEC 0 /* Unspecified. */
|
||||||
#define PF_LOCAL 1 /* Local to host (pipes and file-domain). */
|
#define PF_LOCAL 1 /* Local to host (pipes and file-domain). */
|
||||||
#define PF_UNIX PF_LOCAL /* Old BSD name for PF_LOCAL. */
|
#define PF_UNIX PF_LOCAL /* POSIX name for PF_LOCAL. */
|
||||||
#define PF_FILE PF_LOCAL /* Another non-standard name for PF_LOCAL. */
|
#define PF_FILE PF_LOCAL /* Another non-standard name for PF_LOCAL. */
|
||||||
#define PF_INET 2 /* IP protocol family. */
|
#define PF_INET 2 /* IP protocol family. */
|
||||||
#define PF_AX25 3 /* Amateur Radio AX.25. */
|
#define PF_AX25 3 /* Amateur Radio AX.25. */
|
||||||
|
Reference in New Issue
Block a user