| Title: | DIGITAL UNIX (FORMERLY KNOWN AS DEC OSF/1) |
| Notice: | Welcome to the Digital UNIX Conference |
| Moderator: | SMURF::DENHAM |
| Created: | Thu Mar 16 1995 |
| Last Modified: | Fri Jun 06 1997 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 10068 |
| Total number of notes: | 35879 |
A partner whose application was developed on 3.2 attempted to run it under 4.0 and is getting realtime_kernel unresolvable symbol errors. realtime_kernel is in libc in 3.2. I can't seem to find it in 4.0? Pat Bryant Software Partner Engineering
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 8813.1 | SMURF::DENHAM | Digital UNIX Kernel | Thu Feb 13 1997 09:07 | 8 | |
Are they calling it directly? It's not a supported or documented
routine. All kernels V3 and later are "realtime." That is, they
support the behaviors that V1 and V2 realtime_kernel call was
supposed to detect at runtime. The routine stayed in 3.2 but
always returned TRUE. In V4.0, it was "optimized" away. Its only
supported caller was the sysconf routine in libc. Shoulda made
it static I guess.
| |||||