Skip to content

Commit 3ceb2f9

Browse files
committed
meson: Remove obsolete function test
The test for pstat was removed from configure by 9db300c but not from meson.build. Do that now.
1 parent e79ceaf commit 3ceb2f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2432,7 +2432,6 @@ func_checks = [
24322432
['posix_fadvise'],
24332433
['posix_fallocate'],
24342434
['ppoll'],
2435-
['pstat'],
24362435
['pthread_barrier_wait', {'dependencies': [thread_dep]}],
24372436
['pthread_is_threaded_np', {'dependencies': [thread_dep]}],
24382437
['sem_init', {'dependencies': [rt_dep, thread_dep], 'skip': sema_kind != 'unnamed_posix', 'define': false}],

0 commit comments

Comments
 (0)