The function "chdir" must have a prototype
Hi,
I get these result from my compilation:
line 822: Error: The function "chdir" must have a prototype.
here the command:
CC -xarch=v8plus -mt -o prog01 prog01.c -I/opt/mqm/inc -L/opt/mqm/lib -R/opt/mqm/lib -R/usr/lib/32 -limqc23as -limqb23as -lmqic -lmqmcs -lmqmzse -lsocket -lnsl -ldl
in which library contained "chdir" and wich parameter is necessary?
System is SOLARIS9 SPARC and Studio 11.
regards heinrich

