~ubuntu-branches/ubuntu/utopic/libcap-ng/utopic

« back to all changes in this revision

Viewing changes to src/test/thread_test.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2010-12-14 19:11:19 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20101214191119-8e510ys7fg47byrk
Tags: 0.6.5-0ubuntu1
* New upstream version.
  - Reflect changed include file for XATTR_NAME_CAPS. LP: #684969.
* debian/rules: Fix installation for python2.7.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <stdio.h>
 
2
#include <stdlib.h>
2
3
#include <cap-ng.h>
3
4
#include <pthread.h>
4
5