~ubuntu-branches/ubuntu/wily/ust/wily-proposed

« back to all changes in this revision

Viewing changes to liblttng-ust-fork/ustfork.c

  • Committer: Package Import Robot
  • Author(s): Jon Bernard
  • Date: 2014-02-14 15:55:28 UTC
  • mfrom: (11.1.20 experimental)
  • Revision ID: package-import@ubuntu.com-20140214155528-xul0rk0wvuhc01sk
* [6074bb4] New upstream version 2.4.0~rc4
* [e32544c] Update watch file to only uversionmangle
* [4050322] Include new libraries in liblttng-ust0

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 */
19
19
 
20
20
#define _GNU_SOURCE
21
 
#include <dlfcn.h>
 
21
#include <lttng/ust-dlfcn.h>
22
22
#include <unistd.h>
23
23
#include <stdio.h>
24
24
#include <signal.h>