summaryrefslogtreecommitdiff
path: root/nuttx/include/sys/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/sys/types.h')
-rw-r--r--nuttx/include/sys/types.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/include/sys/types.h b/nuttx/include/sys/types.h
index 97b2d7eed..1788784b5 100644
--- a/nuttx/include/sys/types.h
+++ b/nuttx/include/sys/types.h
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -123,6 +123,9 @@ typedef unsigned int sig_atomic_t;
typedef int pid_t;
typedef int STATUS;
+typedef unsigned int socklen_t;
+typedef uint16 sa_family_t;
+
/* Process entry point */
typedef int (*main_t)(int argc, char *argv[]);