ObjFW  Check-in [bd2389b6b8]

Overview
Comment:OFThread.m: Move #ifdefs.

The reason is that the symbol nanosleep is available now on Win32, but
is part of the pthreads wrapper, which we don't use.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: bd2389b6b88adc022df36aa6810efea4b27b4c9f17994de8e2ede0a867481c3d
User & Date: js on 2013-11-30 19:53:16
Other Links: manifest | tags
Context
2013-11-30
19:53
OFObject: Make _isa private. check-in: cb6a61527a user: js tags: trunk
19:53
OFThread.m: Move #ifdefs. check-in: bd2389b6b8 user: js tags: trunk
2013-11-26
10:25
runtime: Free runtime created selectors at exit. check-in: 0ede45ce93 user: js tags: trunk
Changes