File tree Expand file tree Collapse file tree 3 files changed +2
-21
lines changed Expand file tree Collapse file tree 3 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ SDL_LIBS = -lSDL_$(SDL_VER) \
6868
6969IMAGE_LIBS = -lkmg -ljpeg -lpng -lz
7070LUA_LIBS = -llua_$(LUA_VER )
71- KLIBS = -lkosext2fs -lkosutils -lstdc++ -lm
71+ KLIBS = -lkosext2fs -lpthread - lkosutils -lstdc++ -lm
7272GRAPHICS_LIBS = -ltsunami_$(TSUNAMI_VER ) \
7373 -lparallax_$(PARALLAX_VER)
7474
Original file line number Diff line number Diff line change @@ -1969,8 +1969,6 @@ rwsem_init
19691969#
19701970pthread_condattr_init
19711971pthread_condattr_destroy
1972- pthread_condattr_getpshared
1973- pthread_condattr_setpshared
19741972pthread_cond_init
19751973pthread_cond_destroy
19761974pthread_cond_signal
@@ -1980,8 +1978,6 @@ pthread_cond_timedwait
19801978#
19811979pthread_mutexattr_init
19821980pthread_mutexattr_destroy
1983- pthread_mutexattr_getpshared
1984- pthread_mutexattr_setpshared
19851981pthread_mutex_init
19861982pthread_mutex_destroy
19871983pthread_mutex_lock
@@ -2001,16 +1997,12 @@ pthread_attr_init
20011997pthread_attr_destroy
20021998pthread_attr_getstacksize
20031999pthread_attr_setstacksize
2004- pthread_attr_getstackaddr
2005- pthread_attr_setstackaddr
20062000pthread_attr_getdetachstate
20072001pthread_attr_setdetachstate
20082002pthread_cancel
20092003pthread_setcancelstate
20102004pthread_setcanceltype
20112005pthread_testcancel
2012- pthread_cleanup_push
2013- pthread_cleanup_pop
20142006#
20152007pthread_once
20162008pthread_key_create
@@ -2050,17 +2042,6 @@ library_list
20502042#
20512043asic_evt_remove_handler
20522044#
2053- # CD-Rom
2054- cdrom_init
2055- cdrom_shutdown
2056- cdrom_set_sector_size
2057- cdrom_get_status
2058- cdrom_exec_cmd
2059- cdrom_change_dataype
2060- cdrom_reinit_ex
2061- cdrom_read_sectors_ex
2062- cdrom_get_subcode
2063- #
20642045# FlashRom
20652046flashrom_get_block
20662047flashrom_get_ispcfg
Original file line number Diff line number Diff line change 1- e120412ac981ce36e51c941d03e0db2608651992
1+ de6feb24c33b81a2669c89ab1030b0e70c7924a0
You can’t perform that action at this time.
0 commit comments