]> git.saurik.com Git - apple/xnu.git/blobdiff - EXTERNAL_HEADERS/bsd/ppc/ansi.h
xnu-517.tar.gz
[apple/xnu.git] / EXTERNAL_HEADERS / bsd / ppc / ansi.h
index e9c40a6b1a239c4f8dc374e586b98e556f58da33..02afc9472e22632597829c7a33904409e147a7b9 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_   char *                  /* 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