summaryrefslogtreecommitdiff
path: root/src/PORTING
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>1997-07-21 03:37:53 +0000
committerdgaudet <dgaudet@unknown>1997-07-21 03:37:53 +0000
commitb176dc5f630adc107ae479355b6b5c6522d6a0fe (patch)
tree36751cd3d2a4946fcda8690f3606a0d2e7908635 /src/PORTING
parente4374a3eb430e4956bd93bd2f180c364317e42b3 (diff)
downloadhttpd-b176dc5f630adc107ae479355b6b5c6522d6a0fe.tar.gz
Linux porting tweaks for glibc based systems. Linux tweaks to find db
libraries. Added NET_SIZE_T for handling size_t * args to some functions. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@78712 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/PORTING')
-rw-r--r--src/PORTING5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/PORTING b/src/PORTING
index 2aaea03487..7666aa1062 100644
--- a/src/PORTING
+++ b/src/PORTING
@@ -245,6 +245,11 @@ build for your OS.
Amount to move sbrk() breakpoint, if required, before attaching
shared-memory segment.
+ NET_SIZE_T:
+ Some functions such as accept(), getsockname(), getpeername() take
+ an int *len on some architectures and a size_t *len on others.
+ If left undefined apache will default it to int.
+
-----------
Conclusion:
-----------