diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-03-06 00:28:34 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-03-06 00:28:34 +0000 |
commit | 103f1eb02d919d6df0a5d2d29cb58e403bf2a10a (patch) | |
tree | 2b0d6d03bcbc902b3e257d697c50cae2be87f8ef /include | |
parent | 93aed66714e2cadb4847162d626c7823e37230d3 (diff) | |
download | glibc-103f1eb02d919d6df0a5d2d29cb58e403bf2a10a.zip glibc-103f1eb02d919d6df0a5d2d29cb58e403bf2a10a.tar.gz glibc-103f1eb02d919d6df0a5d2d29cb58e403bf2a10a.tar.bz2 |
* include/bits/unistd.h: New file.
* include/bits/socket2.h: New file.
Diffstat (limited to 'include')
-rw-r--r-- | include/bits/socket2.h | 1 | ||||
-rw-r--r-- | include/bits/unistd.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/bits/socket2.h b/include/bits/socket2.h new file mode 100644 index 0000000..a81fd9f --- /dev/null +++ b/include/bits/socket2.h @@ -0,0 +1 @@ +#include <socket/bits/socket2.h> diff --git a/include/bits/unistd.h b/include/bits/unistd.h new file mode 100644 index 0000000..1a91dcc --- /dev/null +++ b/include/bits/unistd.h @@ -0,0 +1 @@ +#include <posix/bits/unistd.h> |