summaryrefslogtreecommitdiff
path: root/src/stdlib/lcong48.c
blob: ac43c301702b89e17b0c2fe754d827e2daebe66a (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <stdlib.h>
#include "_stdlib.h"

void lcong48(unsigned short param[7])
{
	SIGNAL_SAFE(0);
}

/*
XOPEN(4)
*/