1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Define AF_NFC and PF_NFC

This commit is contained in:
Ulrich Drepper
2011-07-23 20:06:48 -04:00
parent cbff0d9689
commit 8accd4dccc
3 changed files with 11 additions and 2 deletions

View File

@ -111,7 +111,8 @@ enum __socket_type
#define PF_IEEE802154 36 /* IEEE 802.15.4 sockets. */
#define PF_CAIF 37 /* CAIF sockets. */
#define PF_ALG 38 /* Algorithm sockets. */
#define PF_MAX 39 /* For now.. */
#define PF_NFC 39 /* NFC sockets. */
#define PF_MAX 40 /* For now.. */
/* Address families. */
#define AF_UNSPEC PF_UNSPEC
@ -154,6 +155,7 @@ enum __socket_type
#define AF_IEEE802154 PF_IEEE802154
#define AF_CAIF PF_CAIF
#define AF_ALG PF_ALG
#define AF_NFC PF_NFC
#define AF_MAX PF_MAX
/* Socket level values. Others are defined in the appropriate headers.