Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf142b09

Browse files
committed
Add fseeko/ftello prototypes for BSD/OS only to c.h.
1 parent3675d06 commitf142b09

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎src/include/c.h

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
1313
* Portions Copyright (c) 1994, Regents of the University of California
1414
*
15-
* $Id: c.h,v 1.128 2002/10/08 23:12:22 momjian Exp $
15+
* $Id: c.h,v 1.129 2002/10/23 23:37:47 momjian Exp $
1616
*
1717
*-------------------------------------------------------------------------
1818
*/
@@ -639,6 +639,11 @@ typedef NameData *Name;
639639
#include<unistd.h>
640640
#endif
641641

642+
#if defined(bsdi)
643+
intfseeko(FILE*stream,off_toffset,intwhence);
644+
off_tftello(FILE*stream);
645+
#endif
646+
642647
/* These are for things that are one way on Unix and another on NT */
643648
#defineNULL_DEV"/dev/null"
644649

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp