diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-12 12:23:32 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-12 12:23:32 -0800 |
| commit | 0991802d1c91c790c60828145ddecbfe1583f6db (patch) | |
| tree | dc2e47e482dba13fa789a6946c16f0a934abdda4 /src/platform/posix/posix_synch.h | |
| parent | 1adefe3879b211a47a784f477d56a9416ae72254 (diff) | |
| download | nng-0991802d1c91c790c60828145ddecbfe1583f6db.tar.gz nng-0991802d1c91c790c60828145ddecbfe1583f6db.tar.bz2 nng-0991802d1c91c790c60828145ddecbfe1583f6db.zip | |
Added threading primitives, more complete transport API.
Diffstat (limited to 'src/platform/posix/posix_synch.h')
| -rw-r--r-- | src/platform/posix/posix_synch.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/platform/posix/posix_synch.h b/src/platform/posix/posix_synch.h index b3b15fee..94058d32 100644 --- a/src/platform/posix/posix_synch.h +++ b/src/platform/posix/posix_synch.h @@ -118,7 +118,6 @@ nni_mutex_tryenter(nni_mutex_t m) return (0); } - int cond_attr(pthread_condattr_t **attrpp) { |
