aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-14 09:52:16 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-18 15:54:39 -0300
commit9cf242997d17e679e9ff4f09754b739994a06430 (patch)
tree251c5b70e38e87649d365435ec2f87a158b51950 /nptl
parent729cb5a2a7131440f9e36638def5b29ed645fc1b (diff)
downloadglibc-9cf242997d17e679e9ff4f09754b739994a06430.zip
glibc-9cf242997d17e679e9ff4f09754b739994a06430.tar.gz
glibc-9cf242997d17e679e9ff4f09754b739994a06430.tar.bz2
nptl: Move fcntl from libpthread
The libc version is identical and built with same flags. Checked on x86_64-linux-gnu.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/Makefile3
-rw-r--r--nptl/Versions2
2 files changed, 0 insertions, 5 deletions
diff --git a/nptl/Makefile b/nptl/Makefile
index a144c2f..9befd09 100644
--- a/nptl/Makefile
+++ b/nptl/Makefile
@@ -111,7 +111,6 @@ libpthread-routines = \
old_pthread_cond_wait \
pt-allocrtsig \
pt-cleanup \
- pt-fcntl \
pt-interp \
pt-longjmp \
pt-raise \
@@ -283,8 +282,6 @@ CFLAGS-sem_timedwait.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-sem_clockwait.c = -fexceptions -fasynchronous-unwind-tables
# These are the function wrappers we have to duplicate here.
-CFLAGS-fcntl.c += -fexceptions -fasynchronous-unwind-tables
-CFLAGS-fcntl64.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-lockf.c += -fexceptions
CFLAGS-pread.c += -fexceptions -fasynchronous-unwind-tables
CFLAGS-pread64.c += -fexceptions -fasynchronous-unwind-tables
diff --git a/nptl/Versions b/nptl/Versions
index 6c4db9a..58d1ff2 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -104,7 +104,6 @@ libpthread {
_IO_ftrylockfile;
_IO_funlockfile;
__errno_location;
- __fcntl;
__h_errno_location;
__lseek;
__open;
@@ -128,7 +127,6 @@ libpthread {
_pthread_cleanup_pop_restore;
_pthread_cleanup_push;
_pthread_cleanup_push_defer;
- fcntl;
flockfile;
ftrylockfile;
funlockfile;