Added sigsetjmp/siglongjmp and gettid to the portability library.
authorAlexandre Julliard <julliard@winehq.org>
Wed, 12 Nov 2003 03:16:00 +0000 (03:16 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 12 Nov 2003 03:16:00 +0000 (03:16 +0000)
commitb2d937d5d975b05f140dab37f9c11db3b08178c9
tree685ff7cb7d908d6e006d1513c4d45f590de56019
parentdaeccba704e24167f4ba08709a83014fb9ca60b8
Added sigsetjmp/siglongjmp and gettid to the portability library.
configure
configure.ac
include/config.h.in
include/wine/port.h
libs/port/Makefile.in
libs/port/gettid.c [new file with mode: 0644]
libs/port/sigsetjmp.c [new file with mode: 0644]
loader/pthread.c