mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-04-19 03:37:08 +00:00
#406: and plvmx.h too
This commit is contained in:
parent
6ee93a8030
commit
ca165994c4
27
nsprpub/lib/libc/include/plvmx.h
Normal file
27
nsprpub/lib/libc/include/plvmx.h
Normal file
@ -0,0 +1,27 @@
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
/* In general, you should include "mozilla-config.h" or the equivalent
|
||||
before including this file to choose the proper macro. */
|
||||
|
||||
#ifndef _nspr_plvmx_h
|
||||
#define _nspr_plvmx_h
|
||||
|
||||
#if TENFOURFOX_VMX
|
||||
|
||||
#if defined (__cplusplus)
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void *vmx_memchr(const void *b, int c, size_t len);
|
||||
|
||||
#if defined (__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
#define VMX_MEMCHR vmx_memchr
|
||||
#else
|
||||
#define VMX_MEMCHR memchr
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user