Replace NULL with nullptr

Change-Id: Iad50be617d318ca98883b843229c960ad5b9afa9
This commit is contained in:
Dmitriy Ivanov
2014-08-29 12:02:36 -07:00
parent f4e721dd51
commit 851135bf99
7 changed files with 170 additions and 170 deletions

View File

@@ -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.