summaryrefslogtreecommitdiff
path: root/sysdeps/ia64/nptl/Makefile
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 15:19:34 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-12-27 15:20:08 +0000
commit72b2e72dc0f0bcc64f3a91f1e1d5986c186b7880 (patch)
treef9e635b447789995362b8aca162ad6d855bb28c2 /sysdeps/ia64/nptl/Makefile
parent2838aa1289bec5055c33d2c00bfe6e3ed3d52e0f (diff)
parent9f9bd6ac848e9acee2c1072cdb14955c1abb8725 (diff)
Merge commit 'refs/top-bases/t/UTIME' into t/UTIME
Diffstat (limited to 'sysdeps/ia64/nptl/Makefile')
-rw-r--r--sysdeps/ia64/nptl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/ia64/nptl/Makefile b/sysdeps/ia64/nptl/Makefile
index 48f1327446..080663185d 100644
--- a/sysdeps/ia64/nptl/Makefile
+++ b/sysdeps/ia64/nptl/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 2003-2016 Free Software Foundation, Inc.
+# Copyright (C) 2003-2018 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
@@ -20,5 +20,6 @@ gen-as-const-headers += tcb-offsets.sym
endif
ifeq ($(subdir),nptl)
-libpthread-routines += ptw-sysdep ptw-sigblock ptw-sigprocmask
+libpthread-routines += sysdep sigblock sigprocmask
+libpthread-shared-only-routines += sysdep sigblock sigprocmask
endif