diff options
author | DJ Delorie <dj@redhat.com> | 2010-11-02 15:20:47 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2010-11-02 15:20:47 +0000 |
commit | ffa54e5c48223b42840f93e56a5eff69998ab4e1 (patch) | |
tree | 3201d128b72a1f1d6eaa8599ff205444b1496888 /libiberty/config.in | |
parent | 877791769e23126090bab077d41f4d6221a23045 (diff) | |
download | gdb-ffa54e5c48223b42840f93e56a5eff69998ab4e1.zip gdb-ffa54e5c48223b42840f93e56a5eff69998ab4e1.tar.gz gdb-ffa54e5c48223b42840f93e56a5eff69998ab4e1.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/config.in')
-rw-r--r-- | libiberty/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libiberty/config.in b/libiberty/config.in index 02d93da..0e5f3d2 100644 --- a/libiberty/config.in +++ b/libiberty/config.in @@ -467,6 +467,9 @@ /* Define to `int' if <sys/types.h> does not define. */ #undef pid_t +/* Define to `int' if <sys/types.h> does not define. */ +#undef ssize_t + /* Define to the type of an unsigned integer type wide enough to hold a pointer, if such a type exists, and if the system does not define it. */ #undef uintptr_t |