From f8d292453df82fde56d2e4674ba78b5885fed899 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 31 Aug 2012 18:55:43 +0000 Subject: 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 --- nuttx/lib/stdlib/lib_abs.c | 2 +- nuttx/lib/stdlib/lib_imaxabs.c | 2 +- nuttx/lib/stdlib/lib_labs.c | 2 +- nuttx/lib/stdlib/lib_llabs.c | 2 +- nuttx/lib/stdlib/lib_qsort.c | 2 +- nuttx/lib/stdlib/lib_rand.c | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'nuttx/lib/stdlib') 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 + * Author: Gregory Nutt * * 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 + * Author: Gregory Nutt * * 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 + * Author: Gregory Nutt * * 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 + * Author: Gregory Nutt * * 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 + * Author: Gregory Nutt * * 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 + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions -- cgit v1.2.3