C run-time library functions interposed in the OpenEdge code
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
The following table lists the C run-time library functions in the OpenEdge code
base made thread safe through interposition:
| CRT functions |
|---|
ctime() |
gmtime()
|
localtime()
|
gethostbyaddr()
|
gethostbyname()
|
getprotobyname()
|
getpwnam()
|
getpwuid()
|
getservbyname()
|
readdir()
|
strerror()
|
ttyname()
|
strtok()
|
rand() |
random()
|
inet_ntoa()
|
getlogin() |
The thread safe versions of these functions are by default interposed on all platforms.