1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-17 00:22:59 +00:00

Remove conflicting definition for time()

modified:   src/unixfork.c
This commit is contained in:
Nick Briggs 2020-07-09 10:27:24 -07:00
parent b8c041f5ff
commit ada566091b

View File

@ -301,7 +301,7 @@ of the packet received except:
*/
long time(long); /* XXX where does time come from? */
// long time(long); /* XXX where does time come from? */
int fork_Unix() {
int LispToUnix[2], /* Incoming pipe from LISP */