mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 19:41:47 +01:00
solaris port. addresses #1789
git-svn-id: file:///svn/toku/tokudb@12535 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
bb2ba73091
commit
848a96a64c
5 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#ifndef _TOKU_HTONL_H
|
#ifndef _TOKU_HTONL_H
|
||||||
#define _TOKU_HTONL_H
|
#define _TOKU_HTONL_H
|
||||||
|
|
||||||
#if !__linux__ && !__FreeBSD__
|
#if !__linux__ && !__FreeBSD__ && !__sun__
|
||||||
#error
|
#error
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
1
sunos/memory.c
Symbolic link
1
sunos/memory.c
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../linux/memory.c
|
1
sunos/tests/test-pthread-rwlock-rwr.c
Symbolic link
1
sunos/tests/test-pthread-rwlock-rwr.c
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../linux/tests/test-pthread-rwlock-rwr.c
|
1
sunos/toku_htonl.h
Symbolic link
1
sunos/toku_htonl.h
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../linux/toku_htonl.h
|
1
sunos/toku_time.h
Symbolic link
1
sunos/toku_time.h
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../linux/toku_time.h
|
Loading…
Add table
Reference in a new issue