mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +03:00
added NetWare-own file to provide some init functions (for now only CLIB);
added call to netware_init() in curl_global_init() to make sure it gets called before any library functions get used.
This commit is contained in:
parent
5e1cd407a3
commit
a4f36558fc
3 changed files with 91 additions and 0 deletions
|
|
@ -315,6 +315,7 @@ int fileno( FILE *stream);
|
|||
#endif
|
||||
|
||||
#ifdef NETWARE
|
||||
int netware_init(void);
|
||||
#ifndef __NOVELL_LIBC__
|
||||
#include <sys/bsdskt.h>
|
||||
#include <sys/timeval.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue