~ubuntu-branches/ubuntu/quantal/libpthread-workqueue/quantal

« back to all changes in this revision

Viewing changes to include/pthread_workqueue.h

  • Committer: Bazaar Package Importer
  • Author(s): Mark Heily
  • Date: 2011-07-16 22:13:33 UTC
  • mfrom: (5.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20110716221333-bvkopimc1zt6iae4
Tags: 0.8.2-1
* New upstream version.
* Fix FTBFS: use time_t instead of unsigned int (Closes: #633829)
* Prevent a lintian warning caused by 'Author(s)' in debian/copyright 

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
int _PWQ_EXPORT pthread_workqueue_init_np(void);
89
89
#endif
90
90
 
 
91
/* NOTE: this is not part of the Darwin API */
 
92
unsigned long _PWQ_EXPORT pthread_workqueue_peek_np(const char *);
 
93
 
91
94
#if defined(__cplusplus)
92
95
        }
93
96
#endif