Stephen Smalley | f074036 | 2012-01-04 12:30:47 -0500 | [diff] [blame] | 1 | #include <unistd.h> |
2 | #include "selinux_internal.h" | ||||
3 | #include <stdlib.h> | ||||
4 | #include <errno.h> | ||||
5 | |||||
Stephen Smalley | ab40ea9 | 2014-02-19 09:16:17 -0500 | [diff] [blame] | 6 | void freecon(char * con) |
Stephen Smalley | f074036 | 2012-01-04 12:30:47 -0500 | [diff] [blame] | 7 | { |
8 | free(con); | ||||
9 | } | ||||
10 | |||||
11 | hidden_def(freecon) |