]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blobdiff - linker/linker_environ.h
Support gethostbyname_r_ERANGE.
[android-sdk/platform-bionic.git] / linker / linker_environ.h
index d3f54fd088fb1bd1d357263c48eca362d0b8a7f9..0f6ac084dfbd8fd5856f9cd544b4a2b21e5b6033 100644 (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.