Changeset e28175d in mainline for uspace/lib/c/arch/ia64/include/libarch/rtld/dynamic.h
- Timestamp:
- 2020-03-15T10:44:02Z (6 years ago)
- 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)
- File:
-
- 1 moved
-
uspace/lib/c/arch/ia64/include/libarch/rtld/dynamic.h (moved) (moved from uspace/lib/draw/cursor/embedded.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/include/libarch/rtld/dynamic.h
rb401b33 re28175d 1 1 /* 2 * Copyright (c) 201 2 Petr Koupy2 * Copyright (c) 2019 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup draw29 /** @addtogroup generic 30 30 * @{ 31 31 */ 32 /** 33 * @file 32 /** @file 34 33 */ 35 34 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_ 38 37 39 #include "../cursor.h" 40 41 extern cursor_decoder_t cd_embedded;38 typedef struct { 39 /* Empty. */ 40 } dyn_info_arch_t; 42 41 43 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
