Skip to content

Commit

Permalink
fix: backport to libfaketime v0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
azmeuk committed Jul 12, 2024
1 parent 78027d2 commit cd4e9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libfaketime/vendor/libfaketime
Submodule libfaketime updated 47 files
+1 −1 .github/workflows/make-test.yml
+1 −7 .gitignore
+1 −1 .travis.yml
+0 −1 Makefile
+0 −8 NEWS
+2 −24 README
+1 −1 man/Makefile
+23 −41 man/faketime.1
+19 −49 src/Makefile
+7 −24 src/Makefile.OSX
+4 −44 src/faketime.c
+1 −40 src/faketime_common.h
+352 −709 src/libfaketime.c
+1 −1 src/sunos_endian.h
+1 −1 src/time_ops.h
+7 −48 test/Makefile
+0 −8 test/_libtest.c
+0 −5 test/_run_test.c
+0 −7 test/_use_lib_test.c
+25 −0 test/getrandom_test.c
+16 −6 test/randomtest.sh
+0 −40 test/repeat_random.c
+0 −72 test/snippets/README
+0 −8 test/snippets/clock_gettime.c
+0 −1 test/snippets/clock_gettime.variable
+0 −8 test/snippets/clock_gettime_heap.c
+0 −1 test/snippets/clock_gettime_heap.variable
+0 −6 test/snippets/getentropy.c
+0 −1 test/snippets/getentropy.variable
+0 −2 test/snippets/getpid.c
+0 −1 test/snippets/getpid.variable
+0 −7 test/snippets/getrandom.c
+0 −1 test/snippets/getrandom.variable
+0 −9 test/snippets/include_headers.h
+0 −2 test/snippets/syscall.c
+0 −8 test/snippets/syscall_clock_gettime.c
+0 −1 test/snippets/syscall_clock_gettime.variable
+0 −8 test/snippets/syscall_clock_gettime_heap.c
+0 −1 test/snippets/syscall_clock_gettime_heap.variable
+0 −2 test/snippets/time.c
+0 −1 test/snippets/time.variable
+0 −10 test/test_constructors.sh
+0 −54 test/test_variable_data.sh
+1 −4 test/timetest.c
+0 −46 test/variadic/inner.c
+0 −70 test/variadic/main.c
+0 −21 test/variadic/outer.c

0 comments on commit cd4e9ac

Please sign in to comment.