Ignore:
Timestamp:
Feb 16, 2014, 11:56:50 PM (11 years ago)
Author:
bird
Message:

libc_Back_ldr*: Allow opening of the NULL module that represents the global name space, though don't (yet) resolve any symbols within it. The special loader handle LIBC_BACK_LDR_GLOBAL (-2) represents this fake module. Fixes #264.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/include/InnoTekLIBC/backend.h

    r3771 r3811  
    542542/** @defgroup __libc_Back_ldr   LIBC Backend - Loader
    543543 * @{ */
     544
     545/** Special handle that's returned when passing NULL as library name to
     546 * __libc_Back_ldrOpen. */
     547#define __LIBC_BACK_LDR_GLOBAL  ((void *)(intptr_t)-2)
    544548
    545549/**
Note: See TracChangeset for help on using the changeset viewer.