diff options
author | DJ Delorie <dj@delorie.com> | 2005-05-24 21:01:33 +0000 |
---|---|---|
committer | DJ Delorie <dj@delorie.com> | 2005-05-24 21:01:33 +0000 |
commit | 89c7f9932583efbe420b89437971da682e520b83 (patch) | |
tree | d9e972beaab164455b65b67ffd2ca21264c75bd5 /libiberty/pex-unix.c | |
parent | 85805b4389018d6ff9416825b7830d3d807ab34e (diff) | |
download | gdb-89c7f9932583efbe420b89437971da682e520b83.tar.gz |
merge from gcc
Diffstat (limited to 'libiberty/pex-unix.c')
-rw-r--r-- | libiberty/pex-unix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/pex-unix.c b/libiberty/pex-unix.c index 486221786e7..35a545cb17b 100644 --- a/libiberty/pex-unix.c +++ b/libiberty/pex-unix.c @@ -252,7 +252,7 @@ pex_wait (struct pex_obj *obj, pid_t pid, int *status, struct pex_time *time) return cpid; } - psl = xmalloc (sizeof (struct status_list)); + psl = XNEW (struct status_list); psl->pid = cpid; psl->status = *status; if (time != NULL) |