summaryrefslogtreecommitdiff
path: root/psutil/_psutil_posix.h
blob: 5a37e48b158d318b8eb25fe9f19517e04d8cda45 (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright (c) 2009, Giampaolo Rodola'. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

long psutil_getpagesize(void);
int psutil_pid_exists(pid_t pid);
void psutil_raise_for_pid(pid_t pid, char *msg);