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/dynamic.h

    rb401b33 re28175d  
    11/*
    2  * Copyright (c) 2012 Petr Koupy
     2 * Copyright (c) 2019 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup draw
     29/** @addtogroup generic
    3030 * @{
    3131 */
    32 /**
    33  * @file
     32/** @file
    3433 */
    3534
    36 #ifndef DRAW_CURSOR_EMBEDDED_H_
    37 #define DRAW_CURSOR_EMBEDDED_H_
     35#ifndef LIBC_ia64_RTLD_DYNAMIC_H_
     36#define LIBC_ia64_RTLD_DYNAMIC_H_
    3837
    39 #include "../cursor.h"
    40 
    41 extern cursor_decoder_t cd_embedded;
     38typedef struct {
     39        /* Empty. */
     40} dyn_info_arch_t;
    4241
    4342#endif
Note: See TracChangeset for help on using the changeset viewer.