Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2006-03-18 01:27:37 +0300
committerJeff Johnston <jjohnstn@redhat.com>2006-03-18 01:27:37 +0300
commit9d5cff74aef9f5d359a19aa6e9f8fa910e71781b (patch)
treec9d985f7b28623bf0c160434a03f22d3ca4ad3c3
parentc94cc0f58309893111ad7a9174de169932a3a4a2 (diff)
2006-03-17 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/linuxthreads/config.h: Remove definition of UINT32_C.
-rw-r--r--newlib/ChangeLog5
-rw-r--r--newlib/libc/sys/linux/linuxthreads/config.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index e88dcf1e4..f488b9f8d 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2006-03-17 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/sys/linux/linuxthreads/config.h: Remove definition
+ of UINT32_C.
+
2006-03-15 Jeff Johnston <jjohnstn@redhat.com>
* libc/stdio/wsetup.c (__swsetup): Don't make a buffer
diff --git a/newlib/libc/sys/linux/linuxthreads/config.h b/newlib/libc/sys/linux/linuxthreads/config.h
index 99b0528a6..05fb5ec96 100644
--- a/newlib/libc/sys/linux/linuxthreads/config.h
+++ b/newlib/libc/sys/linux/linuxthreads/config.h
@@ -11,4 +11,3 @@
while (__result == -1L && errno == EINTR); \
__result; }))
-#define UINT32_C(c) c ## U