diff options
author | lantw44 <lantw44@gmail.com> | 2013-01-26 20:29:09 +0800 |
---|---|---|
committer | lantw44 <lantw44@gmail.com> | 2013-01-26 20:29:09 +0800 |
commit | c41f897304100c89451e91acb0a47b3f07fc7b51 (patch) | |
tree | 474fb9045318b674cf01c70f087cb6efabbdf3a9 /COPYING | |
parent | e5ee20baf2abee4527a01193a30ea27a33ca1e31 (diff) | |
download | sctjudge-c41f897304100c89451e91acb0a47b3f07fc7b51.tar.gz sctjudge-c41f897304100c89451e91acb0a47b3f07fc7b51.tar.zst sctjudge-c41f897304100c89451e91acb0a47b3f07fc7b51.zip |
清除所有 pthread_cancel()
已使用 sem_timedwait 和 sem_post 取代所有以往需要 pthread_cancel 的地方
Diffstat (limited to 'COPYING')
-rw-r--r-- | COPYING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2012, 藍挺瑋 +Copyright (c) 2012-2013, 藍挺瑋 All rights reserved. Redistribution and use in source and binary forms, with or without |