diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2006-03-17 22:27:37 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2006-03-17 22:27:37 +0000 |
commit | 9d5cff74aef9f5d359a19aa6e9f8fa910e71781b (patch) | |
tree | c9d985f7b28623bf0c160434a03f22d3ca4ad3c3 | |
parent | c94cc0f58309893111ad7a9174de169932a3a4a2 (diff) | |
download | cygnal-9d5cff74aef9f5d359a19aa6e9f8fa910e71781b.tar.gz cygnal-9d5cff74aef9f5d359a19aa6e9f8fa910e71781b.tar.bz2 cygnal-9d5cff74aef9f5d359a19aa6e9f8fa910e71781b.zip |
2006-03-17 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/linuxthreads/config.h: Remove definition
of UINT32_C.
-rw-r--r-- | newlib/ChangeLog | 5 | ||||
-rw-r--r-- | newlib/libc/sys/linux/linuxthreads/config.h | 1 |
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 |