Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: sysdeps/nacl/getpid.c

Issue 23293002: Remove linker warning when getpid() is including. (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sysdeps/nacl/getpid.c
diff --git a/sysdeps/nacl/getpid.c b/sysdeps/nacl/getpid.c
index c746a8c7aae6ff804147e1e8abc11a28fe840a6a..802629efb3a1e8084b4aeaba8f01c545ee614a25 100644
--- a/sysdeps/nacl/getpid.c
+++ b/sysdeps/nacl/getpid.c
@@ -14,6 +14,5 @@ __getpid ()
}
libc_hidden_def (__getpid)
-stub_warning (getpid)
weak_alias (__getpid, getpid)
libc_hidden_weak (getpid)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698