Skip to content

Commit

Permalink
fix bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
czardoz committed Oct 19, 2023
1 parent 1ed3205 commit 140d314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
1 change: 1 addition & 0 deletions Include/cpython/sysmodule.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ PyAPI_FUNC(int) PyUnstable_WritePerfMapEntry(
unsigned int code_size,
const char *entry_name);
PyAPI_FUNC(void) PyUnstable_PerfMapState_Fini(void);
PyAPI_FUNC(int) PyUnstable_CopyPerfMapFile(const char* parent_filename);
12 changes: 1 addition & 11 deletions Include/sysmodule.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

/* System module interface */

#ifndef Py_SYSMODULE_H
#define Py_SYSMODULE_H
#ifdef __cplusplus
Expand All @@ -27,17 +24,10 @@ PyAPI_FUNC(int) PySys_Audit(
const char *argFormat,
...);

PyAPI_FUNC(int) PyUnstable_PerfMapState_Init(void);

PyAPI_FUNC(int) PyUnstable_WritePerfMapEntry(const void *code_addr, unsigned int code_size, const char *entry_name);

PyAPI_FUNC(void) PyUnstable_PerfMapState_Fini(void);

PyAPI_FUNC(int) PyUnstable_CopyPerfMapFile(const char* parent_filename);
#endif
PyAPI_FUNC(int) PySys_AuditTuple(
const char *event,
PyObject *args);
#endif

#ifndef Py_LIMITED_API
# define Py_CPYTHON_SYSMODULE_H
Expand Down

0 comments on commit 140d314

Please sign in to comment.