diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-11 00:10:36 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-11 00:14:41 +0000 |
commit | d8710e24c47bf5d7c3dc3a77127d08e4568dc335 (patch) | |
tree | 343088ebdaf95ee9cecf84e8536fb826f6631e20 /src/OS/os.h-SunOS5 | |
parent | f9ba5e2255cf18092750fffacb6a9603571a2be5 (diff) |
Solaris 10 compatability
Diffstat (limited to 'src/OS/os.h-SunOS5')
-rw-r--r-- | src/OS/os.h-SunOS5 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/OS/os.h-SunOS5 b/src/OS/os.h-SunOS5 index dfbd8f1af..f51b009ef 100644 --- a/src/OS/os.h-SunOS5 +++ b/src/OS/os.h-SunOS5 @@ -48,4 +48,6 @@ a buffer */ # define MAX(a,b) (((a)>(b))?(a):(b)) #endif +extern char * strndup(const char *, size_t); + /* End */ |