mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
Addresses #1032
Removed reference to deprecated function in lieu of toku portability layer. git-svn-id: file:///svn/toku/tokudb.1032b@8298 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
1916540130
commit
ca04a5aa52
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ int main (int argc, const char *argv[]) {
|
|||
#endif
|
||||
#if defined __linux__ && __linux__
|
||||
char fname[256];
|
||||
sprintf(fname, "/proc/%d/status", getpid());
|
||||
sprintf(fname, "/proc/%d/status", toku_os_getpid());
|
||||
FILE *f = fopen(fname, "r");
|
||||
if (f) {
|
||||
char line[256];
|
||||
|
|
Loading…
Add table
Reference in a new issue