Software /
code /
prosody
Comparison
util-src/pposix.c @ 9279:d5c771097ea7
Merge 0.10->trunk
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 08 Sep 2018 11:42:22 +0200 |
parent | 9277:fa6a6f921405 |
parent | 9278:8f9e18d4fe50 |
child | 9281:927adf8648d3 |
comparison
equal
deleted
inserted
replaced
9277:fa6a6f921405 | 9279:d5c771097ea7 |
---|---|
518 | 518 |
519 if(!strcmp(s, "STACK")) { | 519 if(!strcmp(s, "STACK")) { |
520 return RLIMIT_STACK; | 520 return RLIMIT_STACK; |
521 } | 521 } |
522 | 522 |
523 #if !(defined(sun) || defined(__sun)) | 523 #if !(defined(sun) || defined(__sun) || defined(__APPLE__)) |
524 | 524 |
525 if(!strcmp(s, "MEMLOCK")) { | 525 if(!strcmp(s, "MEMLOCK")) { |
526 return RLIMIT_MEMLOCK; | 526 return RLIMIT_MEMLOCK; |
527 } | 527 } |
528 | 528 |