[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference turris::digital_unix

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

8813.0. "realtime_kernel unresolvable in 4.0" by HYDRA::BRYANT () Wed Feb 12 1997 14:45

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.RTitleUserPersonal
Name
DateLines
8813.1SMURF::DENHAMDigital UNIX KernelThu Feb 13 1997 09:078
    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.