mirror of
https://github.com/cahirwpz/amigaos-gcc-2.95.3.git
synced 2025-12-08 14:58:59 +00:00
Fix runtime errors on 64-bit architectures (tested under MacOS Catalina).
* Ignoring implicit function declaration warnings resulted in pointers being clobbered to int type.
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
/* Emulate vfork using just plain fork, for systems without a real vfork.
|
||||
This function is in the public domain. */
|
||||
|
||||
int fork ();
|
||||
|
||||
int
|
||||
vfork ()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user