In message: <[EMAIL PROTECTED]>
Kathy Quinlan <[EMAIL PROTECTED]> writes:
: I have this:
:
: #include <machine/clock.h>
:
: In program I use this:
:
: DELAY(1000);
:
: I get this:
:
: undefined referance to 'DELAY'
:
: when I compile the program with GCC with flags -Wall -g -o com main.c
:
: ANY ideas ??
:
: I have looked in the relevent header and it seems to be there
don't use DELAY in userland code. Use sleep, usleep or nanosleep.
Warner
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"