summaryrefslogtreecommitdiff
path: root/urcu-list-compat.h
diff options
context:
space:
mode:
authorZahari Doychev <zdoychev@maxlinear.com>2022-12-08 17:40:17 +0100
committerTobias Klauser <tobias.klauser@gmail.com>2023-02-01 10:49:51 +0100
commit519aae7b91454e45b0528809e94c5008cdf0c060 (patch)
treed7dafd6f1126eefece8638eac07bb51c3f716f9b /urcu-list-compat.h
parentb23c1519f14a2c93f7927996844522e3caede79c (diff)
mausezahn: use getopt_long instead of getoptHEADmaster
The musl getopt stops processing the options at the first non-option argument comapared to the glibc variant. Using getopt_long fixes this problem. Signed-off-by: Zahari Doychev <zahari.doychev@linux.com>
Diffstat (limited to 'urcu-list-compat.h')
0 files changed, 0 insertions, 0 deletions
nel.org/pub/scm/linux/kernel/git/penberg/linux
Pull SLAB changes from Pekka Enberg: "There's the new kmalloc_array() API, minor fixes and performance improvements, but quite honestly, nothing terribly exciting." * 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux: mm: SLAB Out-of-memory diagnostics slab: introduce kmalloc_array() slub: per cpu partial statistics change slub: include include for prefetch slub: Do not hold slub_lock when calling sysfs_slab_add() slub: prefetch next freelist pointer in slab_alloc() slab, cleanup: remove unneeded return
Diffstat (limited to 'drivers')