C library: Add a dummy setlocale() function to avoid drawing the function from newlib

This commit is contained in:
Gregory Nutt
2016-10-17 09:45:12 -06:00
parent 201a32cf8c
commit 84049a19ba
12 changed files with 186 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* libc/fixedmath/lib_uadd32x64.c
* libc/misc/lib_uadd32x64.c
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* libc/fixedmath/lib_uadd64.c
* libc/misc/lib_uadd64.c
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* libc/fixedmath/lib_umul32.c
* libc/misc/lib_umul32.c
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* libc/fixedmath/lib_umul32x64.c
* libc/misc/lib_umul32x64.c
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* libc/fixedmath/lib_umul64.c
* libc/misc/lib_umul64.c
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* libc/fixedmath/lib_usub64.c
* libc/misc/lib_usub64.c
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
+1 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* libc/fixedmath/lib_usub64x32.c
* libc/misc/lib_usub64x32.c
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>