mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 00:26:16 +03:00
This is an attempt to ensure that an external library invocation of getpid doesn't trigger a crash (e.g. #295) or an infinite loop (e.g. #297).
7 lines
84 B
C
7 lines
84 B
C
#ifndef __LIBGETPID_H__
|
|
#define __LIBGETPID_H__
|
|
|
|
extern void getpid_func();
|
|
|
|
#endif
|