Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 | |
| OLD | NEW |