~ubuntu-branches/ubuntu/trusty/apr-util/trusty

« back to all changes in this revision

Viewing changes to include/apr_queue.h

  • Committer: Package Import Robot
  • Author(s): Stefan Fritsch
  • Date: 2013-11-24 14:21:14 UTC
  • mfrom: (20.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20131124142114-uw10gvpf90yw4l9n
Tags: 1.5.3-1
* New upstream version.
* When querying the berkley db version, strip the epoch from the
  version number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * @brief Thread Safe FIFO bounded queue
23
23
 * @note Since most implementations of the queue are backed by a condition
24
24
 * variable implementation, it isn't available on systems without threads.
25
 
 * Although condition variables are some times available without threads.
 
25
 * Although condition variables are sometimes available without threads.
26
26
 */
27
27
 
28
28
#include "apu.h"