Ignore:
Timestamp:
2020-03-15T10:44:02Z (6 years ago)
Author:
GitHub <noreply@…>
Parents:
b401b33 (diff), 44dde42 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
heiducteam <tristanided@…> (2020-03-15 10:44:02)
git-committer:
GitHub <noreply@…> (2020-03-15 10:44:02)
Message:

Merge pull request #1 from HelenOS/master

sync

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/arch/ia64/include/libarch/rtld/module.h

    rb401b33 re28175d  
    11/*
    2  * Copyright (c) 2014 Martin Sucha
     2 * Copyright (c) 2019 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup draw
     29/** @addtogroup libc
    3030 * @{
    3131 */
    32 /**
    33  * @file
     32/** @file
    3433 */
    3534
    36 #ifndef DRAW_FONT_PBF_H_
    37 #define DRAW_FONT_PBF_H_
     35#ifndef LIBC_ia64_RTLD_MODULE_H_
     36#define LIBC_ia64_RTLD_MODULE_H_
    3837
    39 #include "../font.h"
     38#include <elf/elf_mod.h>
    4039
    41 extern errno_t pcf_font_create(font_t **, char *path, uint16_t points);
     40/** ELF module load flags */
     41#define RTLD_MODULE_LDF 0
    4242
    4343#endif
Note: See TracChangeset for help on using the changeset viewer.