summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-12 11:02:27 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:50:42 +0100
commit04322328fc4bc2863d0bc74339ed92d33b7eaba7 (patch)
tree1d346b8714d55af8fc3c9cd112dcc1effe526b5c /Porting/Glossary
parent11568d10a6b3495b7a54f171d4134d8798fd64d6 (diff)
downloadperl-04322328fc4bc2863d0bc74339ed92d33b7eaba7.tar.gz
Assume we have C89 memset()
This means we also never need to consider using BSD bzero().
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary9
1 files changed, 0 insertions, 9 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 9c5db81bd7..07fb8a9353 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -530,10 +530,6 @@ d_builtin_expect (d_builtin.U):
__builtin_expect to provide the compiler with branch prediction
information.
-d_bzero (d_bzero.U):
- This variable conditionally defines the HAS_BZERO symbol if
- the bzero() routine is available to set memory to 0.
-
d_c99_variadic_macros (d_c99_variadic.U):
This variable conditionally defines the HAS_C99_VARIADIC_MACROS
symbol, which indicates to the C program that C99 variadic macros
@@ -1708,11 +1704,6 @@ d_memmove (d_memmove.U):
indicates to the C program that the memmove() routine is available
to copy potentially overlapping blocks of memory.
-d_memset (d_memset.U):
- This variable conditionally defines the HAS_MEMSET symbol, which
- indicates to the C program that the memset() routine is available
- to set blocks of memory.
-
d_memrchr (d_memrchr.U):
This variable conditionally defines the HAS_MEMRCHR symbol, which
indicates to the C program that the memrchr() routine is available