Changeset 7f880ee8 in mainline for uspace/srv/fs/tmpfs/tmpfs.c

Timestamp:
2008-06-03T19:22:59Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fadfaf8
Parents:
78d0da8
Message:

Return value argument to ipc_call_sync_X_Y() may not be int or it will
break on 64-machines that are sensitive to unaligned memory accesses.
Moreover, overcasting int * to sysarg_t * is not a good idea either
even if the int is by chance aligned on a 64-bit boundary as some
unknown memory will get overwritten during the assignment. Change the
type of the retval argument to ipcarg_t.

(No files)

Note: See TracChangeset for help on using the changeset viewer.