Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

Commit aa70faa

Browse files
missing preprocessed file
1 parent bb8d77e commit aa70faa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

c/pthread-ext/20_lamport.i

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ extern void __assert (const char *__assertion, const char *__file, int __line)
1010
__attribute__ ((__nothrow__ , __leaf__)) __attribute__ ((__noreturn__));
1111

1212
void reach_error() { ((void) sizeof ((0) ? 1 : 0), __extension__ ({ if (0) ; else __assert_fail ("0", "20_lamport.c", 3, __extension__ __PRETTY_FUNCTION__); })); }
13+
extern void __VERIFIER_atomic_begin(void);
14+
extern void __VERIFIER_atomic_end(void);
1315
typedef unsigned char __u_char;
1416
typedef unsigned short int __u_short;
1517
typedef unsigned int __u_int;

0 commit comments

Comments
 (0)