Replace NULL with nullptr
Change-Id: Iad50be617d318ca98883b843229c960ad5b9afa9
This commit is contained in:
@@ -35,7 +35,7 @@ class KernelArgumentBlock;
|
||||
extern void linker_env_init(KernelArgumentBlock& args);
|
||||
|
||||
// Returns the value of environment variable 'name' if defined and not
|
||||
// empty, or NULL otherwise.
|
||||
// empty, or null otherwise.
|
||||
extern const char* linker_env_get(const char* name);
|
||||
|
||||
// Returns the value of this program's AT_SECURE variable.
|
||||
|
Reference in New Issue
Block a user