summaryrefslogtreecommitdiff
path: root/nuttx/lib/stdlib
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-31 18:55:43 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-31 18:55:43 +0000
commitf8d292453df82fde56d2e4674ba78b5885fed899 (patch)
tree08ba85afaebe96b8d1faec74b32bd6ae0a91d46a /nuttx/lib/stdlib
parentd982646fc68602ca7840a7b826cb49efd1963d6c (diff)
downloadpx4-nuttx-f8d292453df82fde56d2e4674ba78b5885fed899.tar.gz
px4-nuttx-f8d292453df82fde56d2e4674ba78b5885fed899.tar.bz2
px4-nuttx-f8d292453df82fde56d2e4674ba78b5885fed899.zip
Add lib.csv that may be used to generate C library symbol tables
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5072 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib/stdlib')
-rw-r--r--nuttx/lib/stdlib/lib_abs.c2
-rw-r--r--nuttx/lib/stdlib/lib_imaxabs.c2
-rw-r--r--nuttx/lib/stdlib/lib_labs.c2
-rw-r--r--nuttx/lib/stdlib/lib_llabs.c2
-rw-r--r--nuttx/lib/stdlib/lib_qsort.c2
-rw-r--r--nuttx/lib/stdlib/lib_rand.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/lib/stdlib/lib_abs.c b/nuttx/lib/stdlib/lib_abs.c
index 5c805d857..1a0c1671c 100644
--- a/nuttx/lib/stdlib/lib_abs.c
+++ b/nuttx/lib/stdlib/lib_abs.c
@@ -2,7 +2,7 @@
* lib/stdlib/lib_abs.c
*
* Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/nuttx/lib/stdlib/lib_imaxabs.c b/nuttx/lib/stdlib/lib_imaxabs.c
index d16791b26..c6e227c7d 100644
--- a/nuttx/lib/stdlib/lib_imaxabs.c
+++ b/nuttx/lib/stdlib/lib_imaxabs.c
@@ -2,7 +2,7 @@
* lib/stdlib//lib_abs.c
*
* Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/nuttx/lib/stdlib/lib_labs.c b/nuttx/lib/stdlib/lib_labs.c
index c9d9c1935..f7218ee83 100644
--- a/nuttx/lib/stdlib/lib_labs.c
+++ b/nuttx/lib/stdlib/lib_labs.c
@@ -2,7 +2,7 @@
* lib/stdlib/lib_labs.c
*
* Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/nuttx/lib/stdlib/lib_llabs.c b/nuttx/lib/stdlib/lib_llabs.c
index 24e26e9e1..db7d3dbe0 100644
--- a/nuttx/lib/stdlib/lib_llabs.c
+++ b/nuttx/lib/stdlib/lib_llabs.c
@@ -2,7 +2,7 @@
* lib/stdlib/lib_llabs.c
*
* Copyright (C) 2010-2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/nuttx/lib/stdlib/lib_qsort.c b/nuttx/lib/stdlib/lib_qsort.c
index 13bca7499..9dd5c0040 100644
--- a/nuttx/lib/stdlib/lib_qsort.c
+++ b/nuttx/lib/stdlib/lib_qsort.c
@@ -2,7 +2,7 @@
* lib/stdlib/lib_qsort.c
*
* Copyright (C) 2007, 2009, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Leveraged from:
*
diff --git a/nuttx/lib/stdlib/lib_rand.c b/nuttx/lib/stdlib/lib_rand.c
index 537bc1aae..7227c52d0 100644
--- a/nuttx/lib/stdlib/lib_rand.c
+++ b/nuttx/lib/stdlib/lib_rand.c
@@ -2,7 +2,7 @@
* lib/stdlib/lib_rand.c
*
* Copyright (C) 2007, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions