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 /newlib/libc | |
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.
Diffstat (limited to 'newlib/libc')
-rw-r--r-- | newlib/libc/sys/linux/linuxthreads/config.h | 1 |
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 |