Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Github Action <[email protected]>
  • Loading branch information
Github Action committed Mar 8, 2024
1 parent 050ea29 commit 93a2f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bpf__helper__defs_8h_source.html
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
<div class="line"><a name="l00409"></a><span class="lineno"> 409</span>&#160;<span class="preprocessor">#if __clang__</span></div>
<div class="line"><a name="l00410"></a><span class="lineno"> 410</span>&#160;<span class="preprocessor">#define memcpy(dest, src, dest_size) bpf_memcpy(dest, dest_size, src, dest_size)</span></div>
<div class="line"><a name="l00411"></a><span class="lineno"> 411</span>&#160;<span class="preprocessor">#define memcmp(mem1, mem2, mem1_size) bpf_memcmp(mem1, mem1_size, mem2, mem1_size)</span></div>
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span>&#160;<span class="preprocessor">#define memset(mem, mem_size, value) bpf_memset(mem, mem_size, value)</span></div>
<div class="line"><a name="l00412"></a><span class="lineno"> 412</span>&#160;<span class="preprocessor">#define memset(mem, value, mem_size) bpf_memset(mem, mem_size, value)</span></div>
<div class="line"><a name="l00413"></a><span class="lineno"> 413</span>&#160;<span class="preprocessor">#define memmove(dest, src, dest_size) bpf_memmove(dest, dest_size, src, dest_size)</span></div>
<div class="line"><a name="l00414"></a><span class="lineno"> 414</span>&#160;<span class="preprocessor">#define memcpy_s bpf_memcpy</span></div>
<div class="line"><a name="l00415"></a><span class="lineno"> 415</span>&#160;<span class="preprocessor">#define memmove_s bpf_memmove</span></div>
Expand Down

0 comments on commit 93a2f59

Please sign in to comment.