Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/the.c

    r7a0359b re3ee9b9  
    4949 *
    5050 * @param the THE structure to be initialized.
    51  *
    5251 */
    5352void the_initialize(the_t *the)
     
    6665 * @param src The source THE structure.
    6766 * @param dst The destination THE structure.
    68  *
    6967 */
    70 NO_TRACE void the_copy(the_t *src, the_t *dst)
     68void the_copy(the_t *src, the_t *dst)
    7169{
    7270        *dst = *src;
Note: See TracChangeset for help on using the changeset viewer.