projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56c6703
)
meson: Remove obsolete function test
author
Peter Eisentraut
<
[email protected]
>
Thu, 11 Apr 2024 10:44:54 +0000
(12:44 +0200)
committer
Peter 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
patch
|
blob
|
blame
|
history
diff --git
a/meson.build
b/meson.build
index 5acf083ce3c7a9f05db64c1c08f0afa743da4a10..43fad5323c08aaea59aa6d73c174d10128fb4523 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-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}],