mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09:00
util-lib: split out allocation calls into alloc-util.[ch]
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
along with systemd; If not, see <http://www.gnu.org/licenses/>.
|
||||
***/
|
||||
|
||||
#include "util.h"
|
||||
|
||||
#include "alloc-util.h"
|
||||
#include "bitmap.h"
|
||||
#include "util.h"
|
||||
|
||||
struct Bitmap {
|
||||
uint64_t *bitmaps;
|
||||
|
||||
Reference in New Issue
Block a user