Changeset e28175d in mainline for uspace/lib/c/arch/ia64/src/rtld/dynamic.c
- 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/src/rtld/dynamic.c (moved) (moved from uspace/lib/draw/codec/webp.h ) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia64/src/rtld/dynamic.c
rb401b33 re28175d 1 1 /* 2 * Copyright (c) 201 4 Martin Decky2 * Copyright (c) 2019 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup draw 29 /** @addtogroup libcia64 30 * @brief 30 31 * @{ 31 32 */ … … 34 35 */ 35 36 36 #i fndef DRAW_CODEC_WEBP_H_37 # define DRAW_CODEC_WEBP_H_37 #include <stdio.h> 38 #include <stdlib.h> 38 39 39 #include < stddef.h>40 #include "../surface.h"40 #include <rtld/elf_dyn.h> 41 #include <rtld/dynamic.h> 41 42 42 extern surface_t *decode_webp(void *, size_t, surface_flags_t); 43 extern bool encode_webp(surface_t *, void **, size_t *); 44 45 #endif 43 void dyn_parse_arch(elf_dyn_t *dp, size_t bias, dyn_info_t *info) 44 { 45 (void) dp; 46 (void) bias; 47 (void) info; 48 } 46 49 47 50 /** @}
Note:
See TracChangeset
for help on using the changeset viewer.
