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

void setkey(const char * key)
{
	SIGNAL_SAFE(0);
}

/*
XOPEN(4)
*/