mirror of
https://github.com/systemd/systemd.git
synced 2026-07-15 03:50:44 +00: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