|
From: <sv...@va...> - 2005-09-27 08:34:58
|
Author: tom Date: 2005-09-27 09:34:55 +0100 (Tue, 27 Sep 2005) New Revision: 4786 Log: Define VKI_O_RDWR on amd64. Modified: branches/ASPACEM/include/vki-amd64-linux.h Modified: branches/ASPACEM/include/vki-amd64-linux.h =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/ASPACEM/include/vki-amd64-linux.h 2005-09-27 01:14:36 UTC (r= ev 4785) +++ branches/ASPACEM/include/vki-amd64-linux.h 2005-09-27 08:34:55 UTC (r= ev 4786) @@ -228,6 +228,7 @@ =20 #define VKI_O_RDONLY 00 #define VKI_O_WRONLY 01 +#define VKI_O_RDWR 02 #define VKI_O_CREAT 0100 /* not fcntl */ #define VKI_O_EXCL 0200 /* not fcntl */ #define VKI_O_TRUNC 01000 /* not fcntl */ |