* i386-linux-tdep.c (I386_LINUX_RECORD_SIZE_*,
[deliverable/binutils-gdb.git] / gdb / linux-record.h
index 648dcb5928fa3499d8dfd77fca7e6e49de95e2c5..cf4983aafbd6befe49024a7df7acbea2fa60fda5 100644 (file)
@@ -86,7 +86,6 @@ struct linux_record_tdep
   int size_termios2;
   int size_pid_t;
   int size_winsize;
-  int size_char;
   int size_serial_struct;
   int size_serial_icounter_struct;
   int size_hayes_esp_config;
@@ -158,6 +157,13 @@ struct linux_record_tdep
   int ioctl_TIOCSHAYESESP;
   int ioctl_FIOQSIZE;
 
+  /* The values of the second argument of system call "sys_fcntl"
+     and "sys_fcntl64".  */
+  int fcntl_F_GETLK;
+  int fcntl_F_GETLK64;
+  int fcntl_F_SETLK64;
+  int fcntl_F_SETLKW64;
+
   /* The number of the registers that are used as the arguments of
      a system call.  */
   int arg1;
This page took 0.041458 seconds and 4 git commands to generate.