diff options
author | Roland McGrath <roland@gnu.org> | 1995-11-11 10:01:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-11-11 10:01:11 +0000 |
commit | accc07a981d919a8f592285011fb2b6a417db001 (patch) | |
tree | 20fbf100576ad707c54a03841871ca492529cd51 /ChangeLog | |
parent | 75914335da0fd12367af3072dce4f7083829f09e (diff) |
* malloc/malloc.c (align): Assert that space for alignmentcvs/libc-951113cvs/libc-951112cvs/libc-951111
adjustment is same original space.
* hurd/hurdprio.c (_hurd_priority_which_map): Cast vm_deallocate
arg to vm_address_t.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ Fri Nov 10 14:15:21 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + * malloc/malloc.c (align): Assert that space for alignment + adjustment is same original space. + + * hurd/hurdprio.c (_hurd_priority_which_map): Cast vm_deallocate + arg to vm_address_t. + * hurd/hurdsig.c (_hurd_internal_post_signal): For SIGNO == 0, skip straight to pending check. When UNTRACED, resume process from suspension first. |