]> sourceware.org Git - glibc.git/blobdiff - resource/Makefile
elf: Make dl-rseq-symbols Linux only
[glibc.git] / resource / Makefile
index 705c73608c7e21b9098919a45ea3376860b6cc5e..86790ba8534c169529575d92bec2b10188a093cc 100644 (file)
@@ -1,5 +1,4 @@
-# Copyright (C) 1991,1992,1994,1995,1997,2005,2008
-# Free Software Foundation, Inc.
+# Copyright (C) 1991-2024 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
 # Lesser General Public License for more details.
 
 # You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <https://www.gnu.org/licenses/>.
 
 subdir := resource
 
-headers          := sys/resource.h bits/resource.h sys/vlimit.h sys/vtimes.h   \
-            ulimit.h
+include ../Makeconfig
+
+headers          := sys/resource.h bits/resource.h sys/vlimit.h        \
+            ulimit.h bits/types/struct_rusage.h
 
 routines := getrlimit setrlimit getrlimit64 setrlimit64 getrusage ulimit      \
            vlimit vtimes getpriority setpriority nice
@@ -28,3 +28,6 @@ routines := getrlimit setrlimit getrlimit64 setrlimit64 getrusage ulimit      \
 tests = tst-getrlimit bug-ulimit1
 
 include ../Rules
+
+CFLAGS-getrlimit64.c += $(config-cflags-wno-ignored-attributes)
+CFLAGS-getrlimit.c += $(config-cflags-wno-ignored-attributes)
This page took 0.030454 seconds and 5 git commands to generate.