summaryrefslogtreecommitdiff
path: root/nuttx/include/stddef.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-26 13:12:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-07-26 13:12:11 +0000
commit4420325c8d95946e80243faa135490ae03ee277f (patch)
treeb9b9cfa81a876a27c5adf989907b98a1068515bb /nuttx/include/stddef.h
parent63a87f110ec9538e5181c7d158bb624a3e424931 (diff)
downloadnuttx-4420325c8d95946e80243faa135490ae03ee277f.tar.gz
nuttx-4420325c8d95946e80243faa135490ae03ee277f.tar.bz2
nuttx-4420325c8d95946e80243faa135490ae03ee277f.zip
Add pipe()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@779 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/stddef.h')
-rw-r--r--nuttx/include/stddef.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/nuttx/include/stddef.h b/nuttx/include/stddef.h
index 09cfa5369..0bbe97839 100644
--- a/nuttx/include/stddef.h
+++ b/nuttx/include/stddef.h
@@ -1,7 +1,7 @@
-/************************************************************
- * stddef.h
+/****************************************************************************
+ * include/stddef.h
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -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.
*
@@ -31,19 +31,19 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- ************************************************************/
+ ****************************************************************************/
#ifndef __STDDEF_H
#define __STDDEF_H
-/************************************************************
+/****************************************************************************
* Included Files
- ************************************************************/
+ ****************************************************************************/
#include <sys/types.h>
-/************************************************************
+/****************************************************************************
* Type Definitions
- ************************************************************/
+ ****************************************************************************/
#endif /* __STDDEF_H */