diff options
| author | Paul Moore <pmoore@redhat.com> | 2014-01-23 15:52:06 -0500 |
|---|---|---|
| committer | Paul Moore <pmoore@redhat.com> | 2014-01-23 15:52:06 -0500 |
| commit | 41be702a542a0d14bb0b1c16e824fa9ed27616ec (patch) | |
| tree | e48942a05882da47544e179c6a0c920e00137a6a /tools/perf/config/feature-checks/test-libpython.c | |
| parent | 8ed814602876bec9bad2649ca17f34b499357a1c (diff) | |
| parent | d8ec26d7f8287f5788a494f56e8814210f0e64be (diff) | |
Merge tag 'v3.13' into next
Linux 3.13
Minor fixup needed in selinux_inet_conn_request()
Conflicts:
security/selinux/hooks.c
Diffstat (limited to 'tools/perf/config/feature-checks/test-libpython.c')
| -rw-r--r-- | tools/perf/config/feature-checks/test-libpython.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/perf/config/feature-checks/test-libpython.c b/tools/perf/config/feature-checks/test-libpython.c new file mode 100644 index 000000000000..b24b28ad6324 --- /dev/null +++ b/tools/perf/config/feature-checks/test-libpython.c | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #include <Python.h> | ||
| 2 | |||
| 3 | int main(void) | ||
| 4 | { | ||
| 5 | Py_Initialize(); | ||
| 6 | |||
| 7 | return 0; | ||
| 8 | } | ||
