We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4366fe commit ef292ebCopy full SHA for ef292eb
ext/sqlite3/database.h
@@ -8,7 +8,7 @@ struct _sqlite3Ruby {
8
VALUE busy_handler;
9
int stmt_timeout;
10
struct timespec stmt_deadline;
11
- pid_t owner;
+ rb_pid_t owner;
12
};
13
14
typedef struct _sqlite3Ruby sqlite3Ruby;
0 commit comments