summaryrefslogtreecommitdiffstats
path: root/gnu/lib/libdialog/tree.c
diff options
context:
space:
mode:
authorjb <jb@FreeBSD.org>1998-09-30 06:13:59 +0000
committerjb <jb@FreeBSD.org>1998-09-30 06:13:59 +0000
commit8d80497304344bdb9a8026712fe7a445eaf95b79 (patch)
tree7911fab9be57e3e26f0a9a95cfd3efee04751cca /gnu/lib/libdialog/tree.c
parent1a428cd399d6e4c136d8a34907f040592205aeca (diff)
downloadFreeBSD-src-8d80497304344bdb9a8026712fe7a445eaf95b79.zip
FreeBSD-src-8d80497304344bdb9a8026712fe7a445eaf95b79.tar.gz
Delete the XXX comments that refer to spinlock recursion. The malloc/free/
realloc functions check for recursion within the malloc code itself. In a thread-safe library, the single spinlock ensures that no two threads go inside the protected code at the same time. The thread implementation is responsible for ensuring that the spinlock does in fact protect malloc. There was a window of opportunity in which this was not the case. I'll fix that with a commit RSN.
Diffstat (limited to 'gnu/lib/libdialog/tree.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud