happyfish100 / libfastcommon

c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
http://bbs.chinaunix.net/forum-240-1.html
GNU Lesser General Public License v3.0
900 stars 529 forks source link

iOS11废除了system问题 #31

Open vchao opened 4 years ago

vchao commented 4 years ago

报错: libfastcommon/src/logger.c:738:13: error: 'system' is unavailable: not available on iOS if (system(cmd) == -1) ^

happyfish100 commented 4 years ago

感谢反馈,我修复一下。

happyfish100 commented 4 years ago

已经修复了,你获取 master 代码即可。