Blame w32/npth.def

Packit 5e354d
; npth.def - List of symbols to export.
Packit 5e354d
; Copyright (C) 2011 g10 Code GmbH
Packit 5e354d
;
Packit 5e354d
; This file is part of NPTH.
Packit 5e354d
;
Packit 5e354d
; NPTH is free software; you can redistribute it and/or modify
Packit 5e354d
; it under the terms of the GNU Lesser General Public License as
Packit 5e354d
; published by the Free Software Foundation; either version 2.1 of
Packit 5e354d
; the License, or (at your option) any later version.
Packit 5e354d
;
Packit 5e354d
; NPTH is distributed in the hope that it will be useful, but
Packit 5e354d
; WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 5e354d
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See
Packit 5e354d
; the GNU Lesser General Public License for more details.
Packit 5e354d
;
Packit 5e354d
; You should have received a copy of the GNU Lesser General Public
Packit 5e354d
; License along with this program; if not, see <https://www.gnu.org/licenses/>.
Packit 5e354d
Packit 5e354d
Packit 5e354d
EXPORTS
Packit 5e354d
    npth_init				@1
Packit 5e354d
    npth_attr_init			@2
Packit 5e354d
    npth_attr_destroy			@3
Packit 5e354d
    npth_attr_getdetachstate		@4
Packit 5e354d
    npth_attr_setdetachstate		@5
Packit 5e354d
    npth_getname_np			@6
Packit 5e354d
    npth_setname_np			@7
Packit 5e354d
    npth_create				@8
Packit 5e354d
    npth_self				@9
Packit 5e354d
    npth_join				@10
Packit 5e354d
    npth_detach				@11
Packit 5e354d
    npth_exit				@12
Packit 5e354d
    npth_key_create			@13
Packit 5e354d
    npth_key_delete			@14
Packit 5e354d
    npth_getspecific			@15
Packit 5e354d
    npth_setspecific			@16
Packit 5e354d
    npth_mutexattr_init			@17
Packit 5e354d
    npth_mutexattr_destroy		@18
Packit 5e354d
    npth_mutexattr_gettype		@19
Packit 5e354d
    npth_mutexattr_settype		@20
Packit 5e354d
    npth_mutex_init			@21
Packit 5e354d
    npth_mutex_destroy			@22
Packit 5e354d
    npth_mutex_trylock			@23
Packit 5e354d
    npth_mutex_lock			@24
Packit 5e354d
    npth_mutex_timedlock		@25
Packit 5e354d
    npth_mutex_unlock			@26
Packit 5e354d
    npth_rwlockattr_init		@27
Packit 5e354d
    npth_rwlockattr_destroy		@28
Packit 5e354d
    npth_rwlockattr_gettype_np		@29
Packit 5e354d
    npth_rwlockattr_settype_np		@30
Packit 5e354d
    npth_rwlock_init			@31
Packit 5e354d
    npth_rwlock_destroy			@32
Packit 5e354d
    npth_rwlock_tryrdlock		@33
Packit 5e354d
    npth_rwlock_rdlock			@34
Packit 5e354d
    npth_rwlock_timedrdlock		@35
Packit 5e354d
    npth_rwlock_trywrlock		@36
Packit 5e354d
    npth_rwlock_wrlock			@37
Packit 5e354d
    npth_rwlock_timedwrlock		@38
Packit 5e354d
    npth_rwlock_unlock			@39
Packit 5e354d
    npth_cond_init			@40
Packit 5e354d
    npth_cond_broadcast			@41
Packit 5e354d
    npth_cond_signal			@42
Packit 5e354d
    npth_cond_destroy			@43
Packit 5e354d
    npth_cond_wait			@44
Packit 5e354d
    npth_cond_timedwait			@45
Packit 5e354d
    npth_usleep				@46
Packit 5e354d
    npth_sleep				@47
Packit 5e354d
    npth_waitpid			@48
Packit 5e354d
    npth_system				@49
Packit 5e354d
    npth_connect			@50
Packit 5e354d
    npth_accept				@51
Packit 5e354d
    npth_select				@52
Packit 5e354d
    npth_read				@53
Packit 5e354d
    npth_write				@54
Packit 5e354d
    npth_recvmsg			@55
Packit 5e354d
    npth_sendmsg			@56
Packit 5e354d
    npth_clock_gettime			@57
Packit 5e354d
    npth_eselect			@58
Packit 5e354d
    npth_unprotect			@59
Packit 5e354d
    npth_protect			@60
Packit 5e354d
    npth_is_protected                   @61
Packit 5e354d
Packit 5e354d
; END