~ubuntu-branches/ubuntu/trusty/jack-audio-connection-kit/trusty

« back to all changes in this revision

Viewing changes to config/sysdeps/poll.h

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-12-06 11:05:15 UTC
  • mfrom: (4.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20081206110515-xa9v9pajr9jqvfvg
Tags: 0.115.6-1ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  - Redirect stderr in bash completion (Debian #504488).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _jack_sysdep_poll_h_
 
2
#define _jack_sysdep_poll_h_
 
3
 
 
4
#if defined(__MACH__) && defined(__APPLE__)
 
5
 
 
6
#include <config/os/macosx/poll.h>
 
7
 
 
8
#else
 
9
 
 
10
#include <poll.h>
 
11
 
 
12
#endif
 
13
 
 
14
#endif /* _jack_sysdep_poll_h_ */