Changeset f4399e in git for libpolys/polys/mod_raw.h


Ignore:
Timestamp:
Dec 14, 2012, 10:55:38 AM (11 years ago)
Author:
Alexander Dreyer <adreyer@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1d6ec35f323c22dad6c849d92fd276b63460f494
Parents:
c1e7a64cbf29c8f08287152a94545e06e8608a9a
git-author:
Alexander Dreyer <adreyer@gmx.de>2012-12-14 10:55:38+01:00
git-committer:
Alexander Dreyer <adreyer@gmx.de>2012-12-14 15:08:38+01:00
Message:
fix: reloading of modules (multiply calling LIB("file.so")) is ignored
add: dynl_check_opened newly introduced
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/mod_raw.h

    rc1e7a6 rf4399e  
     1
    12#ifndef MOD_RAW_H
    23#define MOD_RAW_H
     
    78 * ABSTRACT: machine depend code for dynamic modules
    89 *
    9  * Provides: dynl_open()
     10 * Provides: dynl_check_opened()
     11 *           dynl_open()
    1012 *           dynl_sym()
    1113 *           dynl_error()
     
    2628extern "C" {
    2729#endif
     30int          dynl_check_opened(char* filename);
    2831void *       dynl_open(char *filename);
    2932// if handle == DYNL_KERNEL_HANDLE, then symbol is searched for
     
    4750#endif
    4851
    49 /// Use @c add(name) to add built-in library to macro
     52/// Data for @c type_of_LIB to determine built-in modules,
     53/// use @c add(name) to add built-in library to macro
    5054#define SI_FOREACH_BUILTIN(add)\
    5155  add(huhu)\
Note: See TracChangeset for help on using the changeset viewer.