]> git.saurik.com Git - apple/xnu.git/blobdiff - EXTERNAL_HEADERS/bsd/i386/ansi.h
xnu-517.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / bsd / i386 / ansi.h
index 8bb3e31af5dd1a2400270b4b75282c5ef7489ace..c9a81837653904553e74a2a713a7b3f0b11f38e4 100644 (file)
@@ -80,6 +80,7 @@
 #define        _BSD_SSIZE_T_   int                     /* byte count or error */
 #define        _BSD_TIME_T_    long                    /* time() */
 #define        _BSD_VA_LIST_   void *          /* va_list */
+#define _BSD_SOCKLEN_T_ int32_t                 /* socklen_t (duh) */
 
 /*
  * Runes (wchar_t) is declared to be an ``int'' instead of the more natural