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

Unified Diff: make_sysd_rules.py

Issue 341583004: Use stub implementations for get{e,}[ug]id (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: Created 6 years, 6 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: make_sysd_rules.py
diff --git a/make_sysd_rules.py b/make_sysd_rules.py
index 580ac1e024f7b2c3f32075e83554a7d5a6a5a362..f9c46481e6d2449058870c16b661542db5aa4202 100644
--- a/make_sysd_rules.py
+++ b/make_sysd_rules.py
@@ -82,7 +82,11 @@ override_list = [
"nptl/sysdeps/unix/sysv/linux/sem_trywait.c",
"nptl/sysdeps/unix/sysv/linux/sem_wait.c",
"posix/alarm.c",
+ "posix/getegid.c",
+ "posix/geteuid.c",
+ "posix/getgid.c",
"posix/getpid.c",
+ "posix/getuid.c",
"posix/glob.c",
"posix/pread.c",
"posix/pwrite.c",
« 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