diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-12-20 09:58:33 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-12-20 09:58:33 +0000 |
commit | bbe35eb57144c081d10e76e35e52e9b400202b72 (patch) | |
tree | d3b9790c597dffef635cbce1e01f983e6fc41a98 /nptl/sysdeps/unix/sysv/linux/Makefile | |
parent | 4efdd8d355a378ab85278bef1c00c05c46ab49e4 (diff) | |
download | glibc-bbe35eb57144c081d10e76e35e52e9b400202b72.tar glibc-bbe35eb57144c081d10e76e35e52e9b400202b72.tar.gz glibc-bbe35eb57144c081d10e76e35e52e9b400202b72.tar.bz2 glibc-bbe35eb57144c081d10e76e35e52e9b400202b72.zip |
Update.
2003-12-20 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/Makefile (CFLAGS-getpid.c): Define.
* sysdeps/unix/sysv/linux/getpid.c: New file.
Diffstat (limited to 'nptl/sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/Makefile b/nptl/sysdeps/unix/sysv/linux/Makefile index c2988bc902..ef0b25c605 100644 --- a/nptl/sysdeps/unix/sysv/linux/Makefile +++ b/nptl/sysdeps/unix/sysv/linux/Makefile @@ -29,4 +29,5 @@ endif ifeq ($(subdir),posix) CFLAGS-fork.c = -D_IO_MTSAFE_IO +CFLAGS-getpid.c = -fomit-frame-pointer endif |