Ticket #242 (closed defect: fixed)
GEOSSetSRID_r missing, GEOSSetSRID duplicated
| Reported by: | tazle | Owned by: | mloskot |
|---|---|---|---|
| Priority: | major | Milestone: | 3.2.0 |
| Component: | C API | Version: | 3.1.0 |
| Severity: | Unassigned | Keywords: | |
| Cc: |
Description (last modified by mloskot) (diff)
Currently there is no GEOSSetSRID_r declaration or implementation in the C API. Instead there is another GEOSSetSRID implementation in the thread-safe implementation and two GEOSSetSRID (second one) declarations in the header.
I think there should be GEOSSetSRID_r for consistency even if GEOSSetSRID is thread-safe (it seems like it might be) - certainly all other functions have _r counterparts.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

