1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-12-25 23:21:33 +03:00

increase /proc/stat read buffer

This commit is contained in:
Kay Sievers 2006-07-21 21:42:05 +02:00
parent 733f070ddd
commit e8c335b60a

View File

@ -313,7 +313,7 @@ static void msg_queue_insert(struct uevent_msg *msg)
static int running_processes(void)
{
int f;
static char buf[4096];
static char buf[32768];
int len;
int running;
const char *pos;