ObjFW  Check-in [488da685e4]

Overview
Comment:Fall back to gethostbyname + locking if getaddrinfo is missing.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 488da685e40a63a859e15855bf6c20ff053c7b4ef57ed2aab55bc54f0a7dcca5
User & Date: js on 2009-05-24 21:09:25
Other Links: manifest | tags
Context
2009-05-24
21:51
Don't use @defs - it's not available in the ObjC2 ABI. check-in: 4cd4d94ea8 user: js tags: trunk
21:09
Fall back to gethostbyname + locking if getaddrinfo is missing. check-in: 488da685e4 user: js tags: trunk
19:31
Implement objc_sync_enter and objc_sync_exit if they're missing. check-in: de63989ad8 user: js tags: trunk
Changes