about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-07-02 18:34:39 +0000
committerUlrich Drepper <drepper@redhat.com>2007-07-02 18:34:39 +0000
commitd0b283a86136d9dcb05d3b8ce6ee9adb5c5b1494 (patch)
tree7bafb25fe69e3e9eaeb940fddd2abc5499a5c0a6 /sysdeps
parent34e0bbaf1d88c3f07b2f09da52533a2dc0b84f30 (diff)
downloadglibc-d0b283a86136d9dcb05d3b8ce6ee9adb5c5b1494.tar.gz
glibc-d0b283a86136d9dcb05d3b8ce6ee9adb5c5b1494.tar.xz
glibc-d0b283a86136d9dcb05d3b8ce6ee9adb5c5b1494.zip
* sysdeps/unix/sysv/linux/bits/socket.h (PF_UNIX): Update comment.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/bits/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/socket.h b/sysdeps/unix/sysv/linux/bits/socket.h
index ecba5b2a96..201a9793f1 100644
--- a/sysdeps/unix/sysv/linux/bits/socket.h
+++ b/sysdeps/unix/sysv/linux/bits/socket.h
@@ -63,7 +63,7 @@ enum __socket_type
 /* Protocol families.  */
 #define	PF_UNSPEC	0	/* Unspecified.  */
 #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_INET		2	/* IP protocol family.  */
 #define	PF_AX25		3	/* Amateur Radio AX.25.  */