uclibc_0.9.30.1: Disable STDIO_GETC|PUTC MACROs
authorKhem Raj <raj.khem@gmail.com>
Sun, 6 Sep 2009 02:21:53 +0000 (19:21 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 9 Sep 2009 03:36:35 +0000 (20:36 -0700)
* There is a problem with threads enabled and hiding
  __fgetc_unlocked and __fputc_unlocked which gets pulled
  in with the macros. This patch disables the macros
  and it will use the functions to perform these functions

Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/uclibc/uclibc-0.9.30.1/uClibc.distro
recipes/uclibc/uclibc_0.9.30.1.bb

index 31029a3..042ea4c 100644 (file)
@@ -83,8 +83,8 @@ UCLIBC_HAS_STDIO_BUILTIN_BUFFER_NONE=y
 # UCLIBC_HAS_STDIO_BUILTIN_BUFFER_4 is not set
 # UCLIBC_HAS_STDIO_BUILTIN_BUFFER_8 is not set
 # UCLIBC_HAS_STDIO_SHUTDOWN_ON_ABORT is not set
-UCLIBC_HAS_STDIO_GETC_MACRO=y
-UCLIBC_HAS_STDIO_PUTC_MACRO=y
+# UCLIBC_HAS_STDIO_GETC_MACRO is not set
+# UCLIBC_HAS_STDIO_PUTC_MACRO is not set
 UCLIBC_HAS_STDIO_AUTO_RW_TRANSITION=y
 # UCLIBC_HAS_FOPEN_LARGEFILE_MODE is not set
 UCLIBC_HAS_FOPEN_EXCLUSIVE_MODE=y
index 821e06e..ae558e0 100644 (file)
@@ -9,7 +9,7 @@
 UCLIBC_BASE ?= "0.9.30.1"
 
 require uclibc.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
 
 PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc"