mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-27 20:03:53 +08:00
util.h: remove unused macro ALIGN (#20673)
This commit is contained in:
@@ -20,9 +20,6 @@
|
||||
typedef void (*sighandler_t)(int sig);
|
||||
#endif
|
||||
|
||||
#undef ALIGN
|
||||
#define ALIGN(x, align) (((x) + (align)-1) & ~((align)-1))
|
||||
|
||||
// Reads a file into a newly allocated buffer.
|
||||
//
|
||||
// Returns NULL on failure, otherwise the NULL-terminated file contents.
|
||||
|
||||
Reference in New Issue
Block a user