Yes, we don't support direct syscalls by the user any more. Those are dynamic, and would require us to link in all the possible syscall targets. We avoid that code size increase by linking in syscalls statically.
Do you actually need syscall() to work? We might be able to add an option for that. On Thu, Aug 27, 2015 at 1:35 PM, Robert Goulet <[email protected]> wrote: > Looks like the function syscall is no longer available when using > Emscripten 1.34.6? > > It used to be found in Emscripten 1.34.1, is this intended? > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
