commit | 2ba7f73006371312109991869b13bf8f4b4659c4 | [log] [tgz] |
---|---|---|
author | Laurent Vivier <laurent@vivier.eu> | Thu Jan 10 21:42:48 2013 +0100 |
committer | Richard Henderson <rth@twiddle.net> | Wed Jan 16 08:13:17 2013 -0800 |
tree | 3c0ba15932c03c5239a4c8a3fce39721a6caccaa | |
parent | 249d41720b7dfbb5951b430b9eefdbee7464f515 [diff] |
alpha-linux-user: Translate fcntl l_type The values of F_RDLCK, F_WRLCK, F_UNLCK, F_EXLCK, F_SHLCK differ between alpha and other linux architectures. This patch allows to run "dpkg" (database lock). Signed-off-by: Laurent Vivier <laurent@vivier.eu> Signed-off-by: Richard Henderson <rth@twiddle.net>