Changeset 4e1221c in mainline
- Timestamp:
- 2025-01-08T13:33:28Z (26 hours ago)
- Branches:
- master
- Children:
- 9090805
- Parents:
- 8279aab (diff), 64c8132 (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:
- Vojtech Horky <vojtech.horky@…> (2025-01-08 13:33:28)
- git-committer:
- GitHub <noreply@…> (2025-01-08 13:33:28)
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
common/adt/bitmap.c
r8279aab r4e1221c 27 27 */ 28 28 29 /** @addtogroup kernel_generic_adt29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 43 43 #include <assert.h> 44 44 #include <macros.h> 45 #include <typedefs.h>46 45 47 46 #define ALL_ONES 0xff -
common/include/adt/bitmap.h
r8279aab r4e1221c 27 27 */ 28 28 29 /** @addtogroup kernel_generic_adt29 /** @addtogroup libc 30 30 * @{ 31 31 */ … … 33 33 */ 34 34 35 #ifndef KERN_BITMAP_H_36 #define KERN_BITMAP_H_35 #ifndef _LIBC_BITMAP_H_ 36 #define _LIBC_BITMAP_H_ 37 37 38 38 #include <stddef.h> -
uspace/lib/c/meson.build
r8279aab r4e1221c 59 59 60 60 src += files( 61 'common/adt/bitmap.c', 61 62 'common/adt/checksum.c', 62 63 'common/adt/circ_buf.c',
Note:
See TracChangeset
for help on using the changeset viewer.