diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-09-29 17:40:42 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-09-29 17:40:42 -0400 |
commit | dc62790deec183697489d5fddea03c82f725e7fd (patch) | |
tree | 0a86683bd8a0a558a5789e2ccaa45ae29856bd25 /src | |
parent | 79a5e73e518213d5e77a06cfc0db74ffbf7922c6 (diff) | |
download | musl-dc62790deec183697489d5fddea03c82f725e7fd.tar.gz musl-dc62790deec183697489d5fddea03c82f725e7fd.tar.xz musl-dc62790deec183697489d5fddea03c82f725e7fd.zip |
move accept4, dup3, and pipe2 to non-linux-specific locations
these interfaces have been adopted by the Austin Group for inclusion in the next version of POSIX.
Diffstat (limited to 'src')
-rw-r--r-- | src/network/accept4.c (renamed from src/linux/accept4.c) | 0 | ||||
-rw-r--r-- | src/unistd/dup3.c (renamed from src/linux/dup3.c) | 0 | ||||
-rw-r--r-- | src/unistd/pipe2.c (renamed from src/linux/pipe2.c) | 0 |
3 files changed, 0 insertions, 0 deletions
diff --git a/src/linux/accept4.c b/src/network/accept4.c index 6b5c16ce..6b5c16ce 100644 --- a/src/linux/accept4.c +++ b/src/network/accept4.c diff --git a/src/linux/dup3.c b/src/unistd/dup3.c index 18f6fcce..18f6fcce 100644 --- a/src/linux/dup3.c +++ b/src/unistd/dup3.c diff --git a/src/linux/pipe2.c b/src/unistd/pipe2.c index 83282bb9..83282bb9 100644 --- a/src/linux/pipe2.c +++ b/src/unistd/pipe2.c |