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

Side by Side Diff: sysdeps/nacl/Makefile

Issue 7282019: Adjust for new NaCl startup ABI (Closed) Base URL: http://git.chromium.org/native_client/nacl-glibc.git@master
Patch Set: Created 9 years, 5 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 unified diff | Download patch
OLDNEW
1 1
2 ifeq ($(subdir),io) 2 ifeq ($(subdir),io)
3 sysdep_routines += imc_sendmsg imc_recvmsg imc_accept 3 sysdep_routines += imc_sendmsg imc_recvmsg imc_accept
4 endif 4 endif
5 5
6 # Remove libpthread.so's version of a function that is also provided 6 # Remove libpthread.so's version of a function that is also provided
7 # by libc.so. 7 # by libc.so.
8 libpthread-routines := $(filter-out pt-vfork,$(libpthread-routines)) 8 libpthread-routines := $(filter-out pt-vfork,$(libpthread-routines))
9
10 sysdep-rtld-routines += receive_args
OLDNEW
« make_sysd_rules.py ('K') | « sysdeps/i386/dl-machine.h ('k') | sysdeps/nacl/dl-sysdep.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698