Chromium Code Reviews| Index: sysdeps/nacl/Makefile |
| diff --git a/sysdeps/nacl/Makefile b/sysdeps/nacl/Makefile |
| index 6e416c783cea6d09e2343a94dfad931f60e5078f..fde35ba0f4eace801e02c7af6523b36c428714c5 100644 |
| --- a/sysdeps/nacl/Makefile |
| +++ b/sysdeps/nacl/Makefile |
| @@ -6,3 +6,5 @@ endif |
| # Remove libpthread.so's version of a function that is also provided |
| # by libc.so. |
| libpthread-routines := $(filter-out pt-vfork,$(libpthread-routines)) |
| + |
| +sysdep-rtld-routines += receive_args |