Sfoglia il codice sorgente

This should not be inlined. This should probably use a
weak alias as well...

Eric Andersen 22 anni fa
parent
commit
2148212370
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      libc/sysdeps/linux/e1/vfork.c

+ 2 - 2
libc/sysdeps/linux/e1/vfork.c

@@ -3,5 +3,5 @@
 #include <sys/errno.h>
 #include <sys/errno.h>
 
 
 #define __NR___libc_vfork __NR_vfork
 #define __NR___libc_vfork __NR_vfork
-inline	_syscall0(pid_t, __libc_vfork);
-inline	_syscall0(pid_t, vfork);
+_syscall0(pid_t, __libc_vfork);
+_syscall0(pid_t, vfork);