diff options
| author | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-05-25 09:30:16 +0000 |
|---|---|---|
| committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-05-25 09:30:16 +0000 |
| commit | 5ca724dc596f56270b3a5809a812fe06998a9769 (patch) | |
| tree | e9eb2b40eabd4689dc4eb5b909ee80cfe21a2b0d /usr.bin/sort/sort.h | |
| parent | 39e19560d6e1de3a6c92332f8c92c490b17b0f36 (diff) | |
Notes
Diffstat (limited to 'usr.bin/sort/sort.h')
| -rw-r--r-- | usr.bin/sort/sort.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/sort/sort.h b/usr.bin/sort/sort.h index 9d4d1ed8f799f..f6505c9b2a991 100644 --- a/usr.bin/sort/sort.h +++ b/usr.bin/sort/sort.h @@ -55,6 +55,7 @@ extern nl_catd catalog; extern const char *nlsstr[]; #if defined(SORT_THREADS) +#define MT_SORT_THRESHOLD (10000) extern size_t ncpu; extern size_t nthreads; #endif |
