1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Copying RT files, setting $ORIGIN properly

This commit is contained in:
Brian Fiete 2019-10-15 14:39:47 -07:00
parent 578b886526
commit 2e84b4229c
3 changed files with 95 additions and 54 deletions

View file

@ -82,6 +82,8 @@ typedef int32 LONG;
typedef pthread_key_t BFTlsKey;
typedef pthread_t BF_THREADID;
typedef pthread_t BF_THREADHANDLE;
#define BF_HAS_TLS_DECLSPEC
#define BF_TLS_DECLSPEC thread_local
//:int64 abs(int64 val);