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 /newlib/libc
parentc94cc0f58309893111ad7a9174de169932a3a4a2 (diff)
2006-03-17 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/linuxthreads/config.h: Remove definition of UINT32_C.
Diffstat (limited to 'newlib/libc')
-rw-r--r--newlib/libc/sys/linux/linuxthreads/config.h1
1 files changed, 0 insertions, 1 deletions
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