File: freecon.c

package info (click to toggle)
libselinux 2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,172 kB
  • ctags: 2,529
  • sloc: ansic: 16,149; makefile: 339; sh: 20
file content (11 lines) | stat: -rw-r--r-- 152 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
#include <unistd.h>
#include "selinux_internal.h"
#include <stdlib.h>
#include <errno.h>

void freecon(char * con)
{
	free(con);
}

hidden_def(freecon)