meson: Remove obsolete function test
authorPeter Eisentraut <[email protected]>
Thu, 11 Apr 2024 10:44:54 +0000 (12:44 +0200)
committerPeter Eisentraut <[email protected]>
Thu, 11 Apr 2024 10:44:54 +0000 (12:44 +0200)
The test for pstat was removed from configure by 9db300ce6e3 but not
from meson.build.  Do that now.

meson.build

index 5acf083ce3c7a9f05db64c1c08f0afa743da4a10..43fad5323c08aaea59aa6d73c174d10128fb4523 100644 (file)
@@ -2537,7 +2537,6 @@ func_checks = [
   ['posix_fadvise'],
   ['posix_fallocate'],
   ['ppoll'],
-  ['pstat'],
   ['pthread_barrier_wait', {'dependencies': [thread_dep]}],
   ['pthread_is_threaded_np', {'dependencies': [thread_dep]}],
   ['sem_init', {'dependencies': [rt_dep, thread_dep], 'skip': sema_kind != 'unnamed_posix', 'define': false}],